Top 16+ free JavaScript resources for intermediate users

by Janeth Kent Date: 10-09-2020 javascript tutorial guides

JavaScript is a programming language. Before learning JavaScript, we advise you to learn the basics of HTML and CSS. Because, as you will see, HTML, CSS and JavaScript always work together at the same time. These three languages together are known as the frontend languages and each of them has a role in the creation of a web page.

What does JavaScript do?

JavaScript is responsible for the operation of your website. That means that JavaScript brings the different HTML elements and CSS styles on the web to life. Watch this video to see some examples of JavaScript:

If you're thinking about learning JavaScript, you'll quickly see that there are many popular JavaScript frameworks (i.e. public code that can help you succeed). Frameworks can be a very cool thing once you start learning! But at first, they can be overwhelming.

Let's take a look at some real JavaScript code. Next, we're going to talk about JavaScript frameworks, and finally, I'm going to share some tips on how to learn JavaScript.

Should you avoid JavaScript frameworks?

Frameworks are essentially free code that you can use to make your website work quickly. Some of the most popular JavaScript frameworks are jQuery, React and AngularJS. If you see "JS" in the name of a framework, it means that it is made with JavaScript.

When you start, you will ask yourself "should I start with JavaScript or a JavaScript framework? This is a never-ending debate.

At One Month, we like to think that we do a bit of both. Starting with a framework is going to be very nice, because it will give you a good overview and you will think "it's working". But working with JavaScript itself you'll feel like "okay, good. I'm learning the skeleton that holds it all together". It makes sense. There really isn't a right and wrong choice. For example, you can learn jQuery first, or start with JavaScript. After all, just get in there and start doing things.

Deepen your knowledge of JavaScript using these resources:

  1. JavaScript.info
  2. Tutorials Point
  3. HTML Dog
  4. Mozilla JavaScript Guide
  5. JavaScript for Cats
  6. JavaScript.com
  7. Guru99
  8. EchoEcho.com
  9. Douglas Crockford’s JavaScript
  10. JavaScript Garden
  11. Eloquent JavaScript by Marijn Haverbeke
  12. Wikibooks
  13. Web Teacher
  14. JavaTpoint
  15. Reference Designer
  16. JavaScript Kit
  17. DoFactory
  18. Tizag.com
  19. Tutorials Teacher
  20. JavaScript Fundamentals – Channel 9
  21. CodeAvengers
  22. Sololearn
  23. HowToCreate
  24. Xahlee
  25. Way2Tutorial
  26. Java2s
 
by Janeth Kent Date: 10-09-2020 javascript tutorial guides hits : 11157  
 
Janeth Kent

Janeth Kent

Licenciada en Bellas Artes y programadora por pasión. Cuando tengo un rato retoco fotos, edito vídeos y diseño cosas. El resto del tiempo escribo en MA-NO WEB DESIGN AND DEVELOPMENT.

 
 
 

Related Posts

How to upload files to the server using JavaScript

In this tutorial we are going to see how you can upload files to a server using Node.js using JavaScript, which is very common. For example, you might want to…

How to combine multiple objects in JavaScript

In JavaScript you can merge multiple objects in a variety of ways. The most commonly used methods are the spread operator ... and the Object.assign() function.   How to copy objects with…

The Payment Request API: Revolutionizing Online Payments (Part 2)

In the first part of this series, we explored the fundamentals of the Payment Request API and how it simplifies the payment experience. Now, let's delve deeper into advanced features…

The Payment Request API: Revolutionizing Online Payments (Part 1)

The Payment Request API has emerged as the new standard for online payments, transforming the way transactions are conducted on the internet. In this two-part series, we will delve into…

Let's create a Color Picker from scratch with HTML5 Canvas, Javascript and CSS3

HTML5 Canvas is a technology that allows developers to generate real-time graphics and animations using JavaScript. It provides a blank canvas on which graphical elements, such as lines, shapes, images…

How do you stop JavaScript execution for a while: sleep()

A sleep()function is a function that allows you to stop the execution of code for a certain amount of time. Using a function similar to this can be interesting for…

Mastering array sorting in JavaScript: a guide to the sort() function

In this article, I will explain the usage and potential of the sort() function in JavaScript.   What does the sort() function do?   The sort() function allows you to sort the elements of…

Hidden Gmail codes to find a lost e-mail

If you have a lot of emails in Gmail, there are a few codes that will help you find what you need faster and more accurately than if you do…

How to download an email in PDF format in Gmail for Android

You will see how easy it is to save an email you have received or sent yourself from Gmail in PDF format, all with your Android smartphone. Here's how it's…

Infinite scrolling with native JavaScript using the Fetch API

I have long wanted to talk about how infinite scroll functionality can be implemented in a list of items that might be on any Web page. Infinite scroll is a technique…

Sorting elements with SortableJS and storing them in localStorage

SortableJS is a JavaScript extension that you will be able to use in your developments to offer your users the possibility to drag and drop elements in order to change…

What is a JWT token and how does it work?

JWT tokens are a standard used to create application access tokens, enabling user authentication in web applications. Specifically, it follows the RFC 7519 standard. What is a JWT token A JWT token…

Clicky