Advertise here

jQuery Plugins Tagged ‘concept’

33 Concepts Every JavaScript Developer Should Know

October 21, 2018     1478    
33 Concepts Every JavaScript Developer Should Know

33 concepts every JavaScript developer should know. 

  • Call Stack
  • Primitive Types
  • Value Types and Reference Types
  • Implicit, Explicit, Nominal, Structuring and Duck Typing
  • == vs === vs typeof
  • Function Scope, Block Scope and Lexical Scope
  • Expression vs Statement

Read More »

Clean Code Concepts Adapted for JavaScript

January 09, 2017     1338     Others
Clean Code Concepts Adapted for JavaScript

Software engineering principles, from Robert C. Martin's book Clean Code, adapted for JavaScript. This is not a style guide. It's a guide to producing readable, reusable, and refactorable software in JavaScript.

Read More »