What is React?

What is React

React is a JavaScript library used for building reusable UI(user interface) components. It maintains by Facebook and the community of individual developers and companies. We use it for single page application. A single page application is a web application that interacts with the user by dynamically rewriting the current web page with new data from … Read more

Why JavaScript you should learn

why javascript youshould learn

Why JavaScript should learn if you want to get into web development also if you want to become a front-end developer or back-end developer. JavaScript allows you to build interactive websites. JavaScript has become an essential technology along with HTML and CSS, as most browsers implement JavaScript. You also must learn HTML and CSS when … Read more

Most Popular CSS Frameworks

css frameworks

Looking for the best CSS framework in ? Well, here are some of the best CSS frameworks listed down. Let’s firstly know a little bit about CSS frameworks. A CSS framework is a collection of CSS stylesheets that are ready to use. A CSS framework is a library of code that makes the design easier … Read more

Difference between Java and JavaScript

Java and JavaScript are not in the same family of languages but have some similarities. They are like two different sides of a coin. Java was written in 1995 and also the most popular language. Which used for software development. That’s why a Front End Development language ECMA-Script, known as JavaScript. To increase its popularity … Read more

What is JavaScript used for?

javascript used for

JavaScript is the most popular programming language in the world. It is a cross-platform, object-oriented scripting language used to make webpages interactive. Such as Animated graphics Clickable Buttons Photo slideshows Show or Hide Content Popup menus etc It contains a standard library of objects, Like Array, Data, Math, and a core set of language elements … Read more

Java- applet

In java, an applet is a small program embedded within the HTML web page. An applet can transfer over the Internet from one computer to another computer. A Java applet, executed by using a browser that supports java or using Applet Viewer. An applet is embedded in HTML page using <applet> or <object> tags and hosted … Read more

What is jQuery selector?

jQuery selector allow us to select and manipulate HTML element(s). jQuery selectors enable us to “find” DOM element (HTML elements) based on their name, id, classes, type and much more. After selecting an elements we can perform various operation on that element. It is the most powerful feature of the jQuery. The jQuery selector always … Read more