Completion requirements
View
1. Introduction
After completing this module, you are expected to:
- Know the basic operations of JavaScript
- Manipulate and convert data using basic operations
Supposed, you are going to check whether a user input is greater than a default number. In order to do this, you should be able to compare the value of the user input and default number. The comparison of these two numbers will require you to use the JavaScript comparison operator.
In this module, you will be able to learn not only comparison operators but also other
operations you can use to manipulate data in JavaScript.