Basic JavaScript - Declare JavaScript Variables

Tell us what’s happening:

Describe your issue in detail here.
I have been trying to input this variables but the console keeps on saying it’s wrong.
What should I do please?

Your code so far

var myname = "beau" ;
let ourname = "freecodecamp" ;
const pi = "3.142" ;

Your browser information:

User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 15_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.6.6 Mobile/15E148 Safari/604.1

Challenge Information:

Basic JavaScript - Declare JavaScript Variables

Hi @simisolaoso039 !
The lesson only requires you to declare the variables, do not assign a value to them.

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