Anna J McDougall
Anna J McDougall's Blog

Anna J McDougall's Blog

Follow
Follow
homebadges
Tag

Beginner Developers

#beginners

More content

Read more stories on Hashnode


Articles with this tag

Interact with the Command Line using "process.argv" in NodeJS

Jan 6, 20214 min read

Follow Me on Twitter @AnnaJMcDougall One of the really cool things I'm discovering about NodeJS is that it allows us to interact more directly with...

Interact with the Command Line using "process.argv" in NodeJS

What is a Variable? | JS in <3

Dec 7, 20205 min read

https://www.youtube.com/watch?v=y9PscU1uMrA Follow me on Twitter One of the earliest hurdles to jump over for JavaScript beginners is the concept of...

What is a Variable? | JS in <3

Seriously though, WHAT ON EARTH is closure?!

Oct 12, 20205 min read

Closure: it's not only what you need when a relationship ends, it's also something you need to understand when coding in JavaScript. Unfortunately, it...

Seriously though, WHAT ON EARTH is closure?!

Git Workflow Tutorial: Start Using Git TODAY with Basic Git Commands

Aug 1, 202010 min read

Now that you know what Git is and how GitHub fits into the picture, you’re ready to learn the basic workflow of Git. In this tutorial, you will...

Git Workflow Tutorial: Start Using Git TODAY with Basic Git Commands

ID and Class in HTML: What’s the difference?

Jul 2, 20203 min read

A lot of beginners struggle with the difference between class and ID in HTML. Both are used to identify HTML elements, and both are often used to...

ID and Class in HTML: What’s the difference?

Command Line Basics: Creating and Removing Files and Folders (aka Directories)

Jun 30, 20204 min read

You are an amazing computer genius. You can navigate around your computer using only the command line and if you change the Terminal text colour to...

Command Line Basics: Creating and Removing Files and Folders (aka Directories)