Cristian Salcescu's Blog, page 4

October 3, 2021

September 26, 2021

How to Dynamically Create a Class

Quick start with class expressions

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on September 26, 2021 23:01

September 16, 2021

How to Create a Three-Layer Application with React Hooks

API objects, stores, useState, useEffect, and more …

Continue reading on DailyJS »

 •  0 comments  •  flag
Share on Twitter
Published on September 16, 2021 02:05

September 12, 2021

6 Ways to Declare a Variable in JavaScript

var, let, const, function, class, import, and more

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on September 12, 2021 23:01

September 5, 2021

September 1, 2021

How to Simplify a Check for Several Values

Get-up-to speed with the array includes method

Continue reading on Frontend Essentials »

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

JavaScript: The Fundamentals

The book is available in Kindle format Cover photo

The JavaScript: The Fundamentals book is now available in Kindle format.

JavaScript is the language of the web and one of the most used programming languages.

It puts together some powerful features like closures, functions as values, objects as dynamic collections of properties, experimental characteristics, the prototype system, and some dangerous features such as the type coercion system.

This book looks at what I think are the fundamentals concep...

 •  0 comments  •  flag
Share on Twitter
Published on September 01, 2021 00:08

August 22, 2021

How to Implement Single Table SQL Select Queries with the Array Methods

SELECT DISTINCT, TOP N, WHERE clause in SQL plus the filter, map, slice array methods, and more

Continue reading on Frontend Essentials »

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

August 15, 2021

August 9, 2021

How to Convert To a Roman Numeral

Building a recursive function for transforming numbers to their equivalent Roman numeral

Continue reading on Frontend Essentials »

 •  0 comments  •  flag
Share on Twitter
Published on August 09, 2021 23:00