So this year is heading to an end, I'm a total newbie to programming and I'm trying to wrap my head around Javascript from the ground up
For further actions, you may consider blocking this person and/or reporting abuse
So this year is heading to an end, I'm a total newbie to programming and I'm trying to wrap my head around Javascript from the ground up
For further actions, you may consider blocking this person and/or reporting abuse
ElaFella -
Oussama Mater -
Asjad Ahmed Khan -
Jonathan DS -
Top comments (3)
Firstly, well done for getting as far as you have. Starting is the hardest part when learning something new.
Secondly, I run CodeTips that has a load of beginner-friendly articles that are language agnostic (see the Beginner section). Once you're done reading those, there is a JavaScript specific section.
Maybe that will help?
I'd definitely recommend you to read the articles over at the Mozilla MDN website. They teach just about everything you need to know about all the frontend languages that make up websites, such as HTML, CSS and JavaScript.
Simply put, JavaScript is just a language standard that web browsers use to add interactive features to websites. There are different JavaScript standards but the most common and most widely used is called ECMAScript6 or simply ES6.
Thank you... Bookmarking that