RBRajat Bachhawatindigitcrab.hashnode.dev·Jan 23, 2023 · 5 min readHigh-Level Overview of JavaScriptJavaScript is a high-level, prototype-based Object-oriented, Multi-paradigm, Interpreted or Just-in-time Compiled, Dynamic, single-threaded, Garbage-collected programming language with first-class functions and a Non-blocking event loop conc...00
RBRajat Bachhawatindigitcrab.hashnode.dev·Jan 17, 2023 · 1 min readWhat is JavaScript?Javascript is just another Programming Language. Yes! That's it. Javascript is a programming language just that is one of the core technology of the World Wide Web (WWW). Javascript is often abbreviated as JS. Javascript is one of the most popular p...00
RBRajat Bachhawatindigitcrab.hashnode.dev·Nov 26, 2022 · 5 min readWhat are CSS Selectors?CSS Selector targets the HTML elements in our web page which you want to style. Types of CSS Selectors Universal Selector: This selector is written as asterisk (*) and it affects the entire elements in the Web page. <!DOCTYPE html> <html lang...00
RBRajat Bachhawatindigitcrab.hashnode.dev·Nov 20, 2022 · 2 min readIntroduction to World Wide Web(WWW)The World Wide Web was introduced in the Year 1989 bt Tim Berners-Lee. He Created the first web server, web browser. Web is not same as Internet, it is one of the application built on top of other applications on internet. It is a collection of websi...00