DEV Community

RahulSahani
RahulSahani

Posted on

Suggest Me 😕

I am a beginner plz give some tips to improve javascript skill.

Top comments (3)

Collapse
 
dendihandian profile image
Dendi Handian • Edited

Try to learn Element Selection, DOM Manipulation, Events, Local Storage, AJAX, and etc because JS mostly deals with these if you developing a website.

W3school still a good resource and reference for me: w3schools.com/js/js_htmldom.asp

Collapse
 
aileenr profile image
Aileen Rae

Hi there! If you're just getting started with JavaScript I highly recommend checking out freeCodeCamp. They have online code courses for free and you can do it all in their website.

Their "JavaScript Algorithms and Data Structures Certification" is where you want to start, and I promise you it's not as complicated as it sounds! There's a great community on the forum who are ready to help you if you get stuck.

Collapse
 
madhunimmo profile image
✨Nimmo✨

I started with solving problems in edabit.com/challenges. it helped me a lot. I learnt as I solved the puzzles