What is Files ?

Everything on your hard drive is stored as a file of one kind or another A file is nothing more than an ordered sequence of bytes stored on a hard disk or other storage media A directory is a special type of file that holds the names of the files and directories inside the folder … Read more

Definition Lexical Structure

The lexical structure of a programming language is the set of basic rules that governs how you write programs in that language. It is the lowest-level syntax of the language and specifies such things as what variable names look like, what characters are used for comments, and how program statements are separated from each other.

React js application modification after installation ?

If you want to modify the React js Application after installation then just go to myfirstreact after that go to src folder and just open the App.js file and modify that  myfirstreact>src>App.js The default React Application code will look like If you just want Hello World for React application then just remove the tag from … Read more

CDN Full Form

The full form of CDN is Content Delivery Network What is the benefits of CDN ? CDN provides fast loading of the website through globally distributed servers which work together to deliver fast loading of the website CDN does not host files like web hosting. it is just working on the cache to provide fast … Read more