Cristian Salcescu's Blog, page 13

April 9, 2021

How to Sort Arrays in JavaScript

[image error]

Sorting lists of strings, numbers, and objects. Building a generic compare function.

Continue reading on JavaScript in Plain English »

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

April 6, 2021

How to Transform Lists into Map Objects

It may happen that you need to convert an array of objects into map objects or vice versa. In this post, we will look at how to do that.

Continue reading on Level Up Coding »

 •  0 comments  •  flag
Share on Twitter
Published on April 06, 2021 08:59

Did You Know That Almost Everything Is an Object in JavaScript?

You may have heard this, but let’s see if that really is the case

Continue reading on Better Programming »

 •  0 comments  •  flag
Share on Twitter
Published on April 06, 2021 08:36

April 5, 2021

7 Differences between Objects and Maps in JavaScript

Objects and maps are both dynamic collections of key-value pairs.

Continue reading on DailyJS »

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

March 31, 2021

10 Fundamentals You Need To Know About Functions in Javascript

Auto-execute after the definition, functions can be closures, and more

Continue reading on Better Programming »

 •  0 comments  •  flag
Share on Twitter
Published on March 31, 2021 09:15

March 24, 2021

7 JavaScript Fundamentals Every Web Developer Should Know

Functions are values, objects inherit from other objects, and more

Continue reading on Better Programming »

 •  0 comments  •  flag
Share on Twitter
Published on March 24, 2021 08:58

8 Things to Know on Functions in JavaScript

In this article, we will look at important concepts you may need to know on JavaScript functions.

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on March 24, 2021 02:03

March 23, 2021

What the Number Function Can Do

In this article, we will look at different ways the built-in Number function can be used in JavaScript. Basically, this is helpful for…

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on March 23, 2021 01:47

March 22, 2021

How to Fill an Array with Defaults

There are cases when we want to create an array and fill in default values. For small arrays, of course, we can just write down the values…

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on March 22, 2021 01:47

March 12, 2021

7 Things to Remember about Scope in JavaScript

Here are 7 important things to remember about scope.

Continue reading on Medium »

 •  0 comments  •  flag
Share on Twitter
Published on March 12, 2021 09:05