I on the really know what to do

Tell us what’s happening:
Describe your issue in detail here.

Your code so far


var ourDecimal = 5.7;

// Only change code below this line
var mydecimal = 

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15

Challenge: Create Decimal Numbers with JavaScript

Link to the challenge:

Hi @Nadatlidni !

The first part of the instructions say this
Create a variable myDecimal

You need to make sure you have proper casing here

The second part of the instructions say this
give it a decimal value with a fractional part (e.g. 5.7 ).

You need to assign a decimal number to the myDecimal variable.

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.