Latest Posts in JavaScript

How to Use Array in JavaScript

Array in JavaScript is used to store an ordered collection of values. These values can be of any data type and can be 0 or more in numbers.

How to Generate Sitemap Dynamically in NodeJS

Sitemap can be added to a site statically if you know the URLs already or can be added dynamically if the URLs are dynamic. You can write a script to generate the sitemap.

What are the Different Datatypes in JSON

We are all familiar with JSON but have you ever thought what are the datatypes used in the same? Check this article to learn more and get more clarity on the topic.

Developer Tools