Cristian Salcescu's Blog, page 5

August 4, 2021

How to Create a Star Rating Component with React Hooks

Rendering a list of values, the useState hook, callbacks, and more

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on August 04, 2021 23:02

July 30, 2021

5 Things to Know About the this Parameter in JavaScript

It gives access to other properties, it depends on how the function is invoked and more

Continue reading on DailyJS »

 •  0 comments  •  flag
Share on Twitter
Published on July 30, 2021 08:55

July 29, 2021

What Are the Differences Between Falsy and Nullish Values?

The Boolean built-in function, the or operator, the nullish coalescing operator, and more

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on July 29, 2021 23:02

July 27, 2021

How To Create A Digital Clock With React Hooks

Quick start with the useState and useEffect hooks

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on July 27, 2021 23:03

How to Extend and Make a JavaScript Array Immutable

Extending arrays, freezing objects, redefining the impure array methods, and more

Continue reading on Better Programming »

 •  0 comments  •  flag
Share on Twitter
Published on July 27, 2021 04:53

July 25, 2021

July 20, 2021

How to Rotate a String in JavaScript

Defining the algorithm, using the slice string method, the modulo operator and more

Continue reading on JavaScript in Plain English »

 •  0 comments  •  flag
Share on Twitter
Published on July 20, 2021 08:55

How to Select Specific Properties From an Array of Objects

map array method, mapping function, higher-order functions, and more

Continue reading on Level Up Coding »

 •  0 comments  •  flag
Share on Twitter
Published on July 20, 2021 08:27

July 15, 2021

How to Invoke a Method in a Dynamic Way

The bracket notation, conditional method invocation, and more

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on July 15, 2021 23:01