PDPuja Debnathindebnathpuja.hashnode.dev·Nov 27, 2023 · 2 min readJavaScript interview questionsconsole.log("5" > "11") =>true console.log("5" > 11) =>false console.log(" " > -1) =>true console.log("you " > 1) =>false Ans: for string letter by letter comparison takes place, when values of different types are compared, and they get converted int...00
PDPuja Debnathindebnathpuja.hashnode.dev·Nov 30, 2022 · 4 min readA Concise Introduction to Open SourceWhat is Open Source? One Simple term to describe Open Source is that it is nothing but the source code of projects that are publicly available on the internet. The project's source code is considered open source if the code of the project is free to ...00