on creating decimal number with javascript, i cant seem to get around the solution. What do i do?
Your code so far
const ourDecimal = 5.7;
myDecimal = 5.7;
// Only change code below this line
const ourDecimal = 5.7;
myDecimal = 5.7;
// Only change code below this line
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36
Challenge: Basic JavaScript - Create Decimal Numbers with JavaScript
Link to the challenge: