Files
Web-Dev-For-Beginners/2-js-basics
Daniel Paiva 73668b62a2 Translate/danhpaiva (#651)
* Translation correction of some Portuguese words

* Translation correction of some Portuguese words #2

* Accent removal when declaring a variable (minhaVariável => minhaVariavel).
This is good practice.

* Removed the colon
2022-05-05 22:07:17 -04:00
..
2022-05-05 22:07:17 -04:00
2020-11-09 22:51:04 -05:00

Introduction to JavaScript

JavaScript is the language of the web. In these four lessons, you'll learn its basics.

Topics

  1. Variables and Data Types
  2. Functions and Methods
  3. Making Decisions with JavaScript
  4. Arrays and Loops

Credits

These lessons were written with ♥️ by Jasmine Greenaway, Christopher Harrison and Chris Noring