GithubHelp home page GithubHelp logo

pchiarato / assessment-prep Goto Github PK

View Code? Open in Web Editor NEW

This project forked from devmountain/assessment-prep

0.0 2.0 0.0 67 KB

Before you take an assessment, read up here and make sure that you understand all the concepts listed for that particular assessment

HTML 0.44% JavaScript 99.56%

assessment-prep's Introduction

Assessment Prep

Before you take an assessment, read up here and make sure that you understand all the concepts listed for that particular assessment

Basic Javascript

Students should be able to:

  • Create variables
  • Concatenate strings
  • Objects
    • Create objects.
    • Change Properties of objects.
    • Loop through objects.
  • Arrays
    • Create arrays
    • Remove items from an array.
    • Manipulate data in an array.
  • Functions
    • Write Functions
    • Filter arrays with Functions
    • Return values from functions.
  • Conditional Statements
  • Callbacks

Intermediate Javascript

Students should be able to:

  • Understand Lexical Scoping in Javascript.
  • Manipulate arrays.
  • Understand Promises and asynchronous operations in Javascript.
  • Know how to use $q to create a promise object.
  • Understand context and the keyword this.
  • Use **call, bind, **and apply.
  • Constructor functions.
  • Prototypes and Prototypical Inheritance.
  • Closures and how to use them.
  • Types in Javascript and Comparison Operators.

Angular

Students should be able to:

  • Create an angular app.
  • Create a Controller.
  • Use a service to get data from an API.
  • Use $scope and ng-repeat to show data in the view.
  • Create Directives that use an Isolated Scope.
  • Create a router using ui-router with several different states.
  • Send params using ui-router.

Node

Students should be able to:

  • Create a node server using express.
  • Create an endpoint to retrieve data.
  • Use the four rest methods: GET, POST, PUT/PATCH, and DELETE.
  • Create endpoints that can use queries and params.

SQL

Students should be able to:

  • Create a table in SQL (including with foreign keys)
  • Insert records into a table via massiveJS
  • Query tables using joins, count, like, AND, OR, IN, NOT, MIN/MAX/AVG, limit
  • Students can delete records
  • Students can sever links between related records.

assessment-prep's People

Contributors

rnoelle avatar jrobber avatar asbrettisay avatar brackcarmony avatar tompridham avatar

Watchers

James Cloos avatar Phillip Chiarato 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.