Dark Truth of Abstract Equality (==) & Strict Equality (===) ... (Hidden Facts with proof)Feb 25, 2023·10 min read
PinnedMysterious Console.log() In JavascriptWhat is console.log() in Javascript? The console.log() is a method that outputs a message to the web console. The message may be a single string (with optional substitution values), or it may be any one or more JavaScript objects. It is used to print...Feb 14, 2023·5 min read