Javascript Tutorial | Conditional Operators | Ep26

preview_player
Показать описание
This Javascript tutorial will cover the comparison operators are used to compare two operands or values. We have ( == ) equal to value, ( === ) equal to value & type, ( != ) not equal, ( !== ) not equal to value & type, greater than, greater than & equal to, less than and finally less than and equal to.

Рекомендации по теме
Комментарии
Автор

type coercion is the proper term for polymorphism in javascript. I supposes it does not matter, great video.

Agafya