Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- JavaScript Algorithms and Data Structures
- Basic JavaScript
- Add Two Numbers with JavaScript
- Number is a data type in JavaScript which represents numeric data.
- Now let's try to add two numbers using JavaScript.
- JavaScript uses the + symbol as an addition operator when placed between two numbers.
- Example:
- const myVar = 5 + 10;
- myVar now has the value 15.
- for more:https://www.clictune.com/eBF5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement