Giter Club home page Giter Club logo

js-training's Introduction

Prerequisities

Course 1 - Hello World

Steps to learn JavaScript

  • Step 0: Download this repository to a folder of your choice, extract the archive and cd to the folder
  • Step 1: cd course1 && npm i
  • Step 2: npm start
  • Step 3: Open http://localhost:3000
  • Step 4: Celebrate!
  • Step 5: Write some code and Break it
  • Steps 5->n: Learn JavaScript
  • Step n+1: Profit!

Course 2 - Guess the word GAME

Objective

The objective is to create a game that proposes a word which the user should guess. The user will enter one letter at a time and the program will either fill in the letter in all the places where it matches and will update the score or will decrement the number of tries. When the word has been guessed it will print a success message with the score. When the number of tries has been exceeded it will print a fail message.

Requirements

  • Fill in the empty functions with the appropriate code
  • Create additional functions as needed
  • Use JavaScript built-in objects like Array, Math, Date, RegExp, etc.

Course 3 - Mini exercises

Requirements

  • Fill in the empty functions with the appropriate code
  • Create additional functions as needed

Course 4 - Inheritance and async

Requirements

  • Implement additional shapes

js-training's People

Contributors

andyghiuta avatar lucianoprea avatar

Watchers

 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.