wiktoriavh / learn-web-dev-svelte

Learn Web Dev is a beginner-friendly web-based platform that provides guided learning paths for individuals starting their web development journey.
1 stars 2 forks source link

resources for learning basic javascript operations #8

Closed wiktoriavh closed 10 months ago

wiktoriavh commented 1 year ago

basic javascript operations should be learned here, before we jump into the dom manipulation. operations would include how to write a function, what the difference is between let and const, different type of loops, etc.