Tell us what’s happening:
Your code so far
var myName = "Aziz";
let ourName = "freeCodeCamp";
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Safari/537.36
.
Challenge: Declare JavaScript Variables
Link to the challenge:
Also, I have just started learning javascript. I intend to be an expert in this field. What sources would you recommend I learn from?
Hi @kadirkadirov678 !
I edited the title of your post since you were asking about two different things.
For this challenge, all you need to do is declare the variable not assign anything to it.
Also, you have two variables here and you only need this one
kadirkadirov678:
var myName
As for javascript resources, here is what I would recommend.
Modern JavaScript Tutorial: simple, but detailed explanations with examples and tasks, including: closures, document and events, object oriented programming and more.
JavaScript (JS) is a lightweight interpreted (or just-in-time compiled) programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js,...
Sky020
March 23, 2021, 10:29am
4
Welcome, kadir.
If you have a question, please edit your post to include it in the Tell us what’s happening section, along with any more descriptive content about what you are trying to achieve, or are struggling with.
The more information you give us, the more likely we are to be able to help.
Thank you.
system
Closed
September 21, 2021, 10:47pm
7
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.