Jul 10, 2017 · 1 min read
It’s “partially” wrong : if likeJavaScript = "string" then if (likeJavaScript) will be true too, but if (likeJavaScript === true) will not.
It’s “partially” wrong : if likeJavaScript = "string" then if (likeJavaScript) will be true too, but if (likeJavaScript === true) will not.