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