For further actions, you may consider blocking this person and/or reporting abuse
Read next
How to Enable Communication Between Browser Windows with JavaScript
Heru Hartanto -
10 Hidden JavaScript Gems You Should Use in Every Project in 2024
Gladiators Battle -
Incrementally fixing lots of ESlint errors in a clean way with ESlint Nibble
Nico Prat -
How I Built My Developer Portfolio
Anwer Solangi -
Top comments (2)
Open your browser go to MDN docs of javascript read about this things
-variables (var,let,const)
-datatype (array,object etc...)
-condition statements (if,else)
-looping statements(for, while or map)
-function and classes (Arrow function)
-DOM manipulation (HTML & CSS basic knowledge needed of this)
-build a project using this knowledge you're learning so far
Project ideas
-To do list app
-Image slider
-Expense tracker app
-Make a CLI quiz app
-Weather app (your need to know about API calls)
focus on project-based learning make learn something then try to implement by your own.
thank u