SALEM CODES

SALEM CODES

Follow
homeBeginner's JavascriptGit TutorialsWeb Dev Refreshbadgesnewsletter
Series

Beginner's Javascript

This series will cover the basic topics that beginners should know when learning Javascript.

Articles in this series

Variables I - Beginner's JS

Apr 4, 20213 min read

Imagine a home without plates. After cooking some delicious stewed beans and rice, you'd want to keep it in something you can use without making a...

Variables I - Beginner's JS

Variables II (Constants and Scopes) - Beginner's JS

Jun 2, 20215 min read

You've learned the importance of variables and how to create them. But there's just one more type of container/variable that we need to know about....

Variables II (Constants and Scopes) - Beginner's JS

Functions I - Beginner's JS

Jun 18, 20214 min read

Ah...functions. You have to love 'em 💙. Why, you ask? Well, let's explore what functions are and how useful they can be. 😉 What was life like before...

Functions I - Beginner's JS

Functions II - Beginner's JS

Jul 20, 20213 min read

You'll notice, eventually, that functions are extremely important in JavaScript programming. In almost every tutorial or text book about JS, there's...

Functions II - Beginner's JS