Skip to main content
5 answers
5
Asked 288 views

How do I learn to code in Javascript for free?

I'm a student and I'm not old enough to get a job, but I want to learn to code.

+25 Karma if successful
From: You
To: Friend
Subject: Career question for you

5

5 answers


0
Updated
Share a link to this answer
Share a link to this answer

Antoine’s Answer

If you are in high school, you can take free courses at your local community college.
0
0
Updated
Share a link to this answer
Share a link to this answer

Alen’s Answer

Hey Kellen! It's best to "get your hands dirty" and simply start it. Search for javascript tutorials on youtube and there will be plenty of videos going through basics and fundamentals. I'd also recommend going through CS50 course on edx. It is a Harvard course on computer science fundaments which will be very useful if you decide to go down this path!
0
0
Updated
Share a link to this answer
Share a link to this answer

Rojay’s Answer

Just to add things here.
https://www.freecodecamp.org/
https://www.google.com/search?q=freecodecamp+youtube#
My best advice would be to watch tutorials on how to build a specific project, then completing change them to something you want.
Example, use Javascript to build a website that tells you the temperature outside by connecting to a weather API. Once you build that, see if you can change that website to tell you the NBA or NFL scores by connecting to a different API instead of the weather.

Google and Youtube will be your best friend! because once you get a real job, you'll still find yourself using Google and Youtube lol .

Good luck!
0
0
Updated
Share a link to this answer
Share a link to this answer

Debbie’s Answer

Hey there, Kellen! It's fantastic that you're keen on diving into JavaScript without spending a dime. Here are some resources that are sure to help you out.

Simply search "JavaScript for free" on Google, and you'll find a plethora of resources at your fingertips, from online learning platforms to paper books and eBooks, all at no cost.

Check out these top 10 online Java courses that are absolutely free and even come with a certificate:
1. Scaler Topics' "Java Course Online for Beginners"
2. Udemy's "Java Tutorial for Complete Beginners"
3. Coursera's "Object-Oriented Programming in Java"
4. Great Learning's "Java Programming"
5. UpGrad's "Core Java Basics"
6. Udemy's "Practice Java by Building Projects"
7. Udemy's "Java for Absolute Beginners"
8. Coursera's "Java Programming and Software Engineering Fundamentals Specialization"
9. Udemy's "Java 9 New Features In Simple Way: JShell, JPMS and More"
10. Great Learning's "Data Structures & Algorithms in Java"

These courses are a great starting point for your journey into the world of Java. Happy learning!
0
0
Updated
Share a link to this answer
Share a link to this answer

Ben’s Answer

Codeacademy is an excellent platform that I've personally benefited from. They provide a variety of lessons, and you can kickstart your journey in JavaScript right here: https://www.codecademy.com/catalog/language/javascript

As soon as you grasp the basics, the most effective way to become more skilled is to dive into creating your own projects! It's not just about learning, it's about applying what you've learned. So, go ahead and start building!
0