Coder Social home page Coder Social logo

nhoui / javascript-lessons Goto Github PK

View Code? Open in Web Editor NEW

This project forked from buckyroberts/javascript-lessons

0.0 1.0 0.0 121 KB

Various JavaScript lessons and code snippets.

Home Page: https://www.youtube.com/user/thenewboston

HTML 5.20% JavaScript 94.80%

javascript-lessons's Introduction

Course Outlines

Note: This repo is just for me to keep track of all my lessons on YouTube, you can ignore this.

Basic Concepts

Miscellaneous concepts and topics that I haven't covered, but don't really fit in to any other course.

  • callbacks
  • closures
  • equality
  • objects
  • promise
  • prototypes

Data Structures

A data structure is a particular way of organizing data in a computer so that it can be used efficiently. Course will cover existing JavaScript data structures such as arrays, sets, and maps. Topics also include how to implement other common data structures/algorithms such as stacks, linked lists, trees, graphs, etc...

  • arrays
    • joining multiple arrays
    • iterator functions
    • es6 array features
    • sorting
    • searching
    • displaying as string
  • stacks
  • queue
  • priority queue
  • linked list
  • sets
  • dictionaries
  • hash tables
  • map
  • weakmap & weakset
  • trees
  • graphs
  • sorting algorithms
  • searching algorithms
  • recursion
  • greedy algorithms
  • big o / algorithm complexity

ES6 Features

Watch Video Tutorials

Overview of all the new features, syntax, and changes in ES6.

  • let
  • arrow functions
  • template literals
  • spread operator
  • classes
  • inheritance
  • generators

Using ES6

To enable ES6 support in any JetBrains IDE (such as WebStorm):

  • File > Settings > Languages & Frameworks > JavaScript
  • Select EMCAScript 6

Links

javascript-lessons's People

Contributors

buckyroberts avatar rkalm avatar

Watchers

James Cloos 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.