Code Monkey home page Code Monkey logo

professional-javascript's Introduction

Professional JavaScript

This workshop introduces professional-level JavaScript development. The curriculum covers foundation concepts of JavaScript programming and basic computer science. The goal of this workshop is to establish a technical knowledge base for our participants to continue building upon in their careers. While this is a beginner-level course, the curriculum is expansive and highly technical. Participants of all experience levels should come prepared to be challenged.

Pre-requisites

You should be familiar with basic HTML and CSS. A pre-course primer on JavaScript will also help you succeed. You can pursue free lessons on these subjects at dash.generalassemb.ly.

Takeaways

  • Foundation concepts of computer science.
  • Intermediate-level concepts of the JavaScript programming language.
  • Foundation knowledge of how JavaScript makes the web interactive.

Day 1: Fundamentals

Our first session will cover the basics of computer science, using JavaScript as our language of study. For participants with past programming experience, this cirriculum will be generally familiar.

Morning

  • Introduction
  • JavaScript Fundamentals
    • Datatypes
    • Variables
    • Conditionals
    • Arrays & Objects
    • Enumeration
    • Passing Value vs. Reference

Afternoon

  • Simple Functions
  • Intro to DOM
    • Selecting elements
    • Reading and writing document data
    • Binding event handlers
  • Lab exercises

Day 2: Functions & Object-Orientation

Our second session will deep-dive into the exceptionally unique aspect of JavaScript: Functions. The concepts discussed here are significantly more advanced than those in session-1, so participants should come prepared to be challenged.

Morning

  • Introduction
  • Part 1: Basic Functions
    • Arguments & Return
    • The "arguments" Object
    • Invocation vs. Reference
    • Declaration vs. Assignment
    • Functions as First-Class Objects
  • Part 2: Closure & Scope
    • What is Closure?
    • What is Scope?
    • Declarations & Scope Chain
    • Hoisting
  • Scope exercises

Afternoon

  • Part 3: Contextual Invocation
    • What is "this"?
    • Function Invocation
    • Call Invocation
    • Method Invocation
  • Part 4: Prototypal Inheritance
    • Constructor Invocation
    • Prototype Chains
    • Using "hasOwnProperty"
    • Using "typeof" and "instanceof"
  • Invocation exercises

professional-javascript's People

Contributors

gmac avatar peterylai avatar

Watchers

James Cloos avatar Nicholas Olds 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.