Global Site Tag (gtag) in React Js without npm package

Google Analytics

Global Site Tag designed to use the entire Google suite and third parties and simplify the labeling, exchange and analysis between different products. It makes processes easier by keeping tags from different products in one place of code without requiring additional accounts or separate interface to manage.

Data types check in JavaScript- JavaScript Data Types

Javascript Data Types

JavaScript has typeof operator to check data types. At times, typeof operator may not be enough. for such, constructor, instanceof operators may be required

Javascript Shorthand Techniques must know

Javascript Data Types

Shorthand techniques are useful when we have to shorten our code length and keep our code base clean and tidy. It also saves some of our coding time.