Web Development:
Introduction to Arrays in JavaScript
Introdution to arrays in JavaScript, covering their basic syntax, accessing elements, modifying elements, getting the length, and various array methods.
Collection of publications tagged with javascript.
Introdution to arrays in JavaScript, covering their basic syntax, accessing elements, modifying elements, getting the length, and various array methods.
JavaScript RegExp examples to validate URI paths, also known as URL slugs. Code examples to match lowercase characters, hyphens and numbers.
Introdution to variables in JavaScript using let and const and the differences between them and var. Naming conventions, best practices, data types.
“Premature optimization is the root of all evil.”