5 best free websites to learn JavaScript as a newbie

Thread below 🧵
🔹THE MOZILLA JAVASCRIPT GUIDE

I call this the "Bible" of JavaScript. This is by far the most comprehensive tutorial you can anywhere on JavaScript.

Every web developer must check out this site at some point because it's in-depth.

Link 👇

developer.mozilla.org/en-US/docs/Web…
🔹W3SCHOOLS

W3Schools is a great place to properly grasp the basics of JS, thanks to it's simplified and organized tutorials.

The platform organizes it's lessons sequentially to facilitate learning, it also provides exercises at the end of each sections

w3schools.com/js/
🔹LEARN JAVASCRIPT

Learn JavaScript is a modern site great for beginner developers.

Their biggest feature is the Flashcard app, which is designed to help students practice and consolidate their knowledge in an intuitive environment.

learnjavascript.online
🔹CODECADEMY

This is an immensely popular platform for learning JavaScript, thanks to it's dynamic website.

Courses here can teach you JavaScript from beginner level all through to advanced level.

codecademy.com/learn/learn-ja…
🔹JAVASCRIPT.INFO

JavaScript.info is a website that concentrates on JavaScript itself, you can start from scratch and continue on to more advanced concepts like OOP.

The site offers a rich selection of tutorials.

More here 👇

javascript.info
Do you have any other sites to add?

Put them in the comments so others can check it out 👇

Be sure to follow me (@UbahTheBuilder) so you don't miss threads like this 🔥

• • •

Missing some Tweet in this thread? You can try to force a refresh
 

Keep Current with Kingsley Ubah💥

Kingsley Ubah💥 Profile picture

Stay in touch and get notified when new unrolls are available from this author!

Read all threads

This Thread may be Removed Anytime!

PDF

Twitter may remove this content at anytime! Save it as PDF for later use!

Try unrolling a thread yourself!

how to unroll video
  1. Follow @ThreadReaderApp to mention us!

  2. From a Twitter thread mention us with a keyword "unroll"
@threadreaderapp unroll

Practice here first or read more on our help page!

More from @UbahTheBuilder

23 Mar
I just uncovered 5 useful sites to learn CSS

Thread below 🧵
🔹CSS-Tricks

CSS-Tricks is a blog dedicated to the CSS tricks and lessons. Learn how to do some things you never thought were possible with just CSS here:

css-tricks.com
🔹W3Schools CSS Tutorials

This is my all time favorite site when it comes to learning the basics of CSS. The Tutorials are in-depth and also easy to follow. They also have a runtime environment where you can see the output.

w3schools.com/css/default.asp
Read 8 tweets
22 Mar
10 VSCode keyboard shortcuts that’ll save you hours while coding.

Thread below 🧵
SPLIT TERMINALS

We can create and display multiple terminals at the same time with the following command:
EMMET ABREVIATIONS

If you’re writing HTML, you should know how tedious and time consuming it is to write certain elements. Emmet allows you create HTML elements (and even boilerplate) with some few keyboard shortcuts:
Read 12 tweets
19 Mar
5 effective ways you can improve your coding skills

A short thread 🧵
🎯Have good command of one programming language.

One thing I have noticed is that it’s far easier to learn a new language when you fully comprehend one. Instead of hoping from one language to another, fully commit to “mastering” just one.
🎯 Constantly practice what you learn.

Build projects based on them. There is absolutely no better way to learn than doing it yourself, and consistently. It doesn’t matter if it’s big or small, what matters is you do it. Practise makes perfect.
Read 8 tweets
17 Mar
Basic git commands all software developers should know.

Thread below 🧵
🎯 Initializing a new repository: git init
🎯 Cloning an existing repository: git clone
Read 10 tweets
15 Mar
Complete web development roadmap for newbie developers, along with resources.

Thread below 🧵
🎯 LEARN HTML

HTML is the markup language of the web. With it, you can make texts underlined, bold, italicized etc. You can also create navigations, forms and many more web elements.

Learn about HTML here -

w3schools.com/html/
🎯LEARN CSS

CSS (Cascading Style Sheets) is used to style/design HTML elements. Without CSS, the whole web page would look boring. CSS can also be used to create simple, yet eye-catching animations.

Learn more about CSS with (@traversymedia)

Read 14 tweets
11 Mar
7 terminal commands all web developers should know.

Thread below 👇
🔹GIT

Git is by far the most popular version control system right now. 

There are plenty of third-party apps and tools available but most people prefer to access git natively though the terminal. 

Learn more about Git 👇

atlassian.com/git
🔹SSH

With the ssh command users can quickly connect to a remote host and log into its Unix shell. 

To establish a connection you simply need to specify the correct ip address or url. 

// ssh username@remote_host
Read 9 tweets

Did Thread Reader help you today?

Support us! We are indie developers!


This site is made by just two indie developers on a laptop doing marketing, support and development! Read more about the story.

Become a Premium Member ($3/month or $30/year) and get exclusive features!

Become Premium

Too expensive? Make a small donation by buying us coffee ($5) or help with server cost ($10)

Donate via Paypal Become our Patreon

Thank you for your support!

Follow Us on Twitter!