Back to Browse

JavaScript Double equals == vs Triple equals ===

634 views
Jul 2, 2022
8:35

In this video, I explained when we should use the == equals sign and the === equals sign when comparing two values in JavaScript. #javascript #programming Chapters: 0:00 - Introduction 0:15 - Single (=) equals for variable assignment. 0:43 - Double equals (==) 1:59 - Triple equals (===) 3:08 - determine the type of a value with JavaScript typeof 3:58 - true vs 1 and false vs 0 in JavaScript 5:58 - null vs undefined in JavaScript 6:57 - == vs === which should you use?

Download

0 formats

No download links available.

JavaScript Double equals == vs Triple equals === | NatokHD