Giter Club home page Giter Club logo

javascript-template's Introduction

JavaScript

This repository is for reading and learning JavaScript, if you're a total beginner or a pro coming from another language. You can use this repo as a reference and checklist as you cover the JavaScript language. To understand each piece of the language you will collect clear examples, study them carefully, and organize your analyses into your own personal JavaScript language reference.

Feel free to pull these examples from anywhere you like. They can be code you wrote, exercises from somewhere like FreeCodeCamp, gists you collected, or examples from one of the resources below. What's most important is that you do as many of these as you can!

(this table of contents is just a starter, feel free to modify it and expand it as your understanding of JS grows)

The JS Language:


JavaScript Resources

Include links to your favorite JS tutorials and references. We've started you off with a few.

TOP


Variables

In JavaScript, variables act as pointers. They point to something (primitives, objects, funcitons, ...) in memory so you can get back to it later. One variables can point to any type of data and can be changed to point to anything else at any time.

Examples:

Variables Resources:

TOP


Data Types

TOP


Hoisting

TOP



javascript-template's People

Contributors

colevanderswands avatar antonpp avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.