Skip to content

Sergey80/javascript-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

javascript-samples

Sometimes we need read some articles, forums, blogs to understand JavaScript features. But if we want just remind ourselves something we already knew, then is better just look at code sample. You could easily change it and play with it and see what's going on.

There are samples of JavaScript code that explains how to use some its features.

This code is supposed to be isolated as much as possible - like if we wish to explain/remember one feature of JavaScript then we are not going to use 5 more extra features for that (which might not be gotten yet by a reader of this code).

Each example has no more than 100 lines of code. Also there is tagging is used in order to show to the reader what feature is involved for particular example. Like #feature-1 #feature-3.

"Use the course, Luke!" (R)

how to use

Use whatever NodeJS plugin / env you usually use to start NodeJS app (http://nodejs.org/).

We use NodeJS here just for simplicity sake to be headless - not to be depended on the browser.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published