Skip to content

joebew42/learning-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning JavaScript

This repository contains a set of Code Kata I've used to practice and learn JavaScript.

How to run the examples

  1. Fetch all dependencies
npm install
  1. Run all the tests
npm test
  1. Run all the tests with coverage reports
npm run coverage

Nice to explore later

  • Bank Kata https://github.com/sandromancuso/Bank-kata
  • Explore code coverage tools for JavaScript
  • How to test the front-end code (interaction with the DOM, etc ...)?
  • Setup Vim for JavaScript
  • Setup Emacs for JavaScript

Resources I found about JavaScript

In JavaScript there is NO concept of Class.

Everything is an Object.

Inheritance between objects is achieved with a mechanism known as Prototypal Inheritance.

We can create Objects and then link them together OLOO (Objects-Linked-to-Other-Objects).

Testing and JavaScript

Extensions or Resources about VisualStudioCode

About

My journey learning something about JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published