JavaScript Tutorial 9 - Comparison and Logical Operators, with If Statement

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

Great video, mate! Couple suggestions, though I haven't followed your whole series yet. !== and === are also very useful comparison operators for checking value and datatype. 1=="1" VS 1==="1". Also, a very cool, very overlooked functionality of logical operators. || and && don't actually return booleans. They return one of their two operands. Namely the last one executed. Great example: var getName = prompt("What's your name?") || "No name";

aaronburrows
Автор

Hi sir JavaScript make it has complete series and jquery

rajivsivalingam