Skip to content

JavaScript tutorial, Unit-Testing (Automated Testing), Mocha.js, Chai.js, TDD and BDD.

License

Notifications You must be signed in to change notification settings

tborges/JavaScript

Repository files navigation

JavaScript

Why Study JavaScript? JavaScript is one of the 3 languages all web developers (front-end developers) must learn:
1. HTML to define the content of web pages.
2. CSS to specify the layout of web pages.
3. JavaScript to program the behavior of web pages.
This tutorial is about JavaScript, and how JavaScript works with HTML and CSS


title language image description
Blackjack Javascript Card counting is a casino card game strategy used primarily in the blackjack family of casino games to determine whether the next hand is likely to give a probable advantage to the player or to the dealer. Card counting allows players to bet more with less risk when the count gives an advantage as well as minimize losses during an unfavorable count.
Carousel HTML, CSS, JavaScript Carousel JavaScript Easy to understand this tutorial will show you how to create a responsive carousel / slideshow with CSS, HTML and JavaScript. A slideshow / carousel is used to cycle through elements.
Unit Test Mocha, Chai, JavaScript, JSON, NPM Unit Test What’s the difference between Unit Testing, Test-Driven Development (TDD) and Behavior-Driven Development (BDD)?
flatMap() JavaScript flatMap flatMap is often quite useful, as merging both into one method is slightly more efficient.