Node.js is an open source and cross-platform runtime environment for executing JavaScript code outside a browser. There are various platforms such as Windows, Linux, Mac… Read More
Category Archives: Technical Scripter
In this article, we are going to see and use different ways of using SVGs ( Scalable Vector Graphics). Method 1: The quickest way using… Read More
Following is the simple approach to access objects of array.map() to another function in React We can directly call the function in array.map() and pass… Read More
HTTP protocol: It is the backbone of the internet every single request from the client for particular contains several HTTP headers and that contains all… Read More
To define the required Node.js version in the package.json file we will have to go through few simple steps: Step 1: Our first and foremost… Read More
Node.js is an open-source, back-end JavaScript runtime environment that runs on the web engine and executes JavaScript code. There are various platforms such as Windows,… Read More
The loop statement is used to simply define an unconditional loop that executes statements of code repeatedly until it is terminated after encountering a return… Read More
In PostgreSQL, The EXIT statement is used to terminate all types of loops like unconditional loops, a while loop, or a for loop or terminate… Read More
Given an array arr[] consisting of N integers, the task is to count the number of ways to make the product of array elements even… Read More
Given two strings A and B of length N and M respectively and an array arr[] consisting of K integers, the task is to check… Read More
Given a matrix mat[][] of dimensions M*N and an integer K, the task is to generate a matrix answer[][], where answer[i][j] is equal to the sum… Read More
NodeJs: An open-source platform for executing javascript code on the server side. Also, a javascript runtime built on Chrome’s V8 JavaScript engine. It can be… Read More
In each of the Exercises 1 to 9, find the coordinates of the foci, the vertices, the length of the major axis, the minor axis,… Read More
Question 14. The dimensions of a cinema hall are 100 m, 50 m, 18 m. How many persons can sit in the hall, if each… Read More