Cristian Salcescu's Blog, page 11

April 28, 2021

How to Access and Change a Dynamic Property

Object literal syntax, dot and bracket notation, property keys as expressions

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on April 28, 2021 23:03

April 27, 2021

4 Ways to Create Objects in JavaScript

Object literals, prototypes, classes, factory functions, and more

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on April 27, 2021 23:02

Say Goodbye to For Loops and Start Using the Powerful JavaScript Array Methods

Get up to speed with filter, map, reduce, and other array methods

Continue reading on Better Programming »

 •  0 comments  •  flag
Share on Twitter
Published on April 27, 2021 08:33

April 26, 2021

How to Convert a String Into an Array of Characters

The split string method, Unicode characters, Array.from utility

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on April 26, 2021 23:03

April 25, 2021

How to (Not) Create a Factory Function in JavaScript

Data objects, encapsulated objects, cloning, closures, and more

Continue reading on Level Up Coding »

 •  0 comments  •  flag
Share on Twitter
Published on April 25, 2021 06:41

April 22, 2021

JavaScript Objects: 15 Fundamentals You Should Know

Keys are strings, objects inherit from objects, class is sugar syntax, objects are hash maps, and more

Continue reading on DailyJS »

 •  0 comments  •  flag
Share on Twitter
Published on April 22, 2021 04:47

April 21, 2021

How to Remove a Value From an Array of Primitives

Quick start with filter, indexOf, and lastIndexOf array methods

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on April 21, 2021 23:03

April 20, 2021

April 19, 2021

9 JavaScript Features That Can Make Any Java Developer Scream

this parameter, objects are hash maps, objects inherit from objects, var has no block scope, and more

Continue reading on Better Programming »

 •  0 comments  •  flag
Share on Twitter
Published on April 19, 2021 10:25