Any codebase needs naming conventions to be organized. We will examine ways to make the React Native codebase readable, structured, and scalable in today’s discussion…
Today we are going to make a react project using template. Here are the points you have to follow. 3. Now create a new folder…
Conditions in any programming language are the control behavior which determines whether or not that piece of code can run. Some of the conditions used…
Use of “use Strict” : Its strictly checks if the variable is defined using var keyword or let keyword. Handle Global Variables: It is difficult…
Javascript is a dynamic language that means -> Datatypes of the variables can change during runtime. Javascript determines data types depending on the values assigned.We…
Naming convention in programming is considered one of the hardest things. Today we will learn the different and most common types which are used in…
Run time and Compile time are the words used by the developers while programming. Compile-Time Errors Errors that occur when you violate the rules of writing syntax.…
Here is the todolost developed in react and deployed/hosted in firebase Lets, discuss in detail regarding our code. Lets create a react app Then it…
Node.js is an open-source, server-side, powerful JavaScript-based platform built on Google Chrome’s JavaScript v8 Engine. Lets practice GET/POST/ in node.js create a new folder After…
The server returns one single, pre-generated HTML page which in turn contains JavaScript code that changes the page dynamically in the browser (this approach is…