DEV Community

Cover image for Effective Ways to Get Remarkably Good at JavaScript
Leslie Gyamfi
Leslie Gyamfi

Posted on • Updated on

Effective Ways to Get Remarkably Good at JavaScript

"Experience is the best teacher", they say. To be very good in a niche is to have lots of exploits with your functions. Javascript is not difficult to study but it may demand a lot of time especially if it is your first programming language.

How to learn JavaScript?

There are tons of resources/materials available to help you learn the basic JavaScript. What is worth noting is that to understand the concepts of basic JavaScript you need to have learnt HTML and CSS.

If you want to be fully-fledged in JavaScript, you have to practice by creating projects! Create projects day-in and day-out.
Below are some projects you can build to polish your skills.

  • Real Time Chat App

  • Shopping Platform

  • Search Engine

  • Distance Calculator with Google API

  • Text-to-speech

Before we continue I'd like to share something with my audience

Know how to code but haven’t found a great job yet ? Qvault https://qvault.io/?via=leslie has got you !

You’ve probably dabbled in different programming courses and maybe even attended a bootcamp. Unfortunately, there’s still something standing between you and your next software development job. Our courses/projects will fill the knowledge gap that are holding you back!

Get access to training, workshops and experienced community alongside crafting your resume whiles gaining skills from courses and confidently helping you breeze through tricky interview questions.

Get yourself a package at a very affordable pricing https://qvault.io/?via=leslie

You can also engage in bootcamps. Bootcamps provide you with preparatory courses that introduce you to the structure/curricula of programming languages. Examples are Boolean Careers, App Academy, Brain station, etc.

Aside the aforementioned, I have compiled several platforms to learn JavaScript and to practice through the building of projects.

FreeCodeCamp

One of the most amazing platform where you can learn coding totally for free, it has a large collection of courses to learn, real world projects to practice the concept.

Coursera

Coursera, one of the amazing platform to learn coding, here the best thing is that it offers online courses from Universities like Stanford. It provides both free & paid online courses & specialization.

(Mdn) Mozilla Developer Network

This doesn't offers any courses but there are a several collection of docs to learn javascript, its the treasure of detailed information

JavaScript30

An amazing platform to learn JavaScript through building projects, build 30 projects in 30 days without using any framework, only vanilla JavaScript.

JavaScript.info

As the name speaks for itself, this web tutorial focused on Javascript only.

codecademy

It is also one of the best platforms to learn new technologies online but probably the best website to learn JavaScript online.

skillcrush

An amazing list of over 20+ JavaScript projects to build. Enjoy building these projects plus the source code are also available for you to get help.

Codedamn

Codedamn is the platform where theory meets practice. Their course contents are precise and to the points and the projects are well designed to give hands on practice.

I hope this serves you well. Cheers.

Top comments (0)