The Wayback Machine - http://web.archive.org/web/20201215000546/https://github.com/chloeavoustin/javascript-object
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

JavaScript Object Codacy Badge

In this workshop you can see how to manage sliders built with Slick.

Installation

This workshop assumes that Yarn, Grunt and SASS are installed. Otherwise, you should have a look to Install Yarn, Install Grunt and Install SASS.

Clone the repository

    $ git clone git@github.com:chloeavoustin/javaScriptObject.git javaScriptObject 

It's also possible to download it as a ZIP archive.

Install Workshop

    $ make install

Workshop

This workshop is divided into nine steps, each step corresponds to the branch of the same name.

Warning: if something does not work, check that the Grunt watch job is running.

Steps

Step Name Description
start Beginning of the workshop
procedural Step 1 : Procedural script
object Step 2 : Create an object
variables Step 3 : Move global variables
conversion Step 4 : Convert procedural function to object method
custom Step 5 : Add several object methods
optimisation Step 6 : Use object to boost performance
refactoring Step 7 : Simple function for simple maintenance
javascript Step 8 : Convert your code in es6
    # Go to specific step
    $ make [stepName]
You can’t perform that action at this time.