6308 Views
Number Methods
In javascript method and properties contain a primitive value and it treat primitive value as a object when it execute its method and properties.
Basic maths calculation with numbers in javascript
const num1=100;
const num2=20;
let val;
//Basic math with numbers
val=num1 ...
Anamika Gupta
Mar 25, 2018