Started with JSXJSX: JSX is a syntax extension to JavaScript, it helps to write HTML-like structures in JSX, remember HTML-like structures, not exact HTML, we can also execute any javascript code inside JSX code unser { } braces. JSX code creates reactElement and re...Aug 18, 2023·3 min read
History Of JavascriptJavascript was invented by Brendon Eich. Javascript was developed by Netscape 2 and later become the ECMA-262 standard in 1997. Javascript was initially named mocha and later become LiveScript but at that time JAVA was the most popular language so in...Mar 13, 2023·1 min read
Some basic concept of C++Variables in c++:- Variable is like a container that stores data values. In c++ variables are int, float, char, string, double, and boolean. int:-Store integer(without decimal). float and double:- Both store floating point number(with decimal) .The m...Mar 12, 2023·1 min read
starting with c++:-c++ develop by Bjarne Stroustrup.c++ is the most popular programming language. It is used to create programs and is one of the most used languages in game development. c++ is an extension of c language. why use c++? :- c++ is an object-oriented progr...Mar 12, 2023·1 min read