SALEM CODES

SALEM CODES

Follow
Follow
homeBeginner's JavascriptGit TutorialsWeb Dev Refreshbadgesnewsletter
Tag

Beginner Developers

#beginners

More content

Read more stories on Hashnode


Articles with this tag

Refresh: Website Development Journey

Dec 28, 20221 min read

"An array starts at 0...." ยท Ah yes...we've reached the end of 2022 and this here developer has not "developed" in any way, shape, or form ๐Ÿ™‚. We need to...

Refresh: Website Development Journey

Uploading Existing Project to GitHub

Mar 11, 20222 min read

Initiate and upload your local git repo to GitHub using these steps. ยท Hey there! You searched for this so I'm guessing you really need to know how to do...

Uploading Existing Project to GitHub

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

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

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

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