You are viewing a single comment's thread. Return to all comments →
console.log(firstInteger + Number(secondInteger)); console.log( firstDecimal +Number(secondDecimal)); console.log(firstString + secondString);
The global method Number() converts a variable (or a value) into a number.
Seems like cookies are disabled on this browser, please enable them to open this website
Day 0: Data Types
You are viewing a single comment's thread. Return to all comments →
The global method Number() converts a variable (or a value) into a number.