Relational operators with automatic type conversion - Basic JavaScript Fast (9)

preview_player
Показать описание
Relational operators in JavaScript help you to compare two values. The result will be a Boolean value to tell us the relationship between the two values. If the two values are not of the same data type, automatic type conversion can be used. If data types must match, we can have a strict equality check. This video discusses these issues by categorizing it into a number of sections.

1:16 - Comparing numbers
6:20 - Comparing strings using dictionary order.
9:28 - Automatic type conversion in comparing different data types
18:08 - Strict equality check
22:16 - Treatment of null value
26:10 - Treatment of undefined value

Playlist of my JavaScript course

Playlist of my HTML5 and CSS3 tutorials

Playlist of my algorithm walkthrough

Playlist of my Java course

Playlist of my Java examples
Рекомендации по теме
Комментарии
Автор

Create a simple 5-question quiz with three (3) choices that will display the score of the user. The quiz should be about your favorite game/series. Make use of control structures, arrays, and functions in your Java program. Make sure the Interactive option is enabled to allow user input.
Can you please help me to solve this bro!

jonas