Coercion JS Part 2Type Conversion ToPrimitive(input,PreffredType ) PreffredType is optional argument In case where input can be converted into multiple type, we take the decesion using this. Convert the input into non-object type. Type Conversion discusses the co...Aug 16, 2024·5 min read
Day 3 Web DevlopementMany people start learning CSS just jump into the background color and giving height width to the HTML element this is the wrong way to learn CSS right way is to first learn about the right way to target the HTML element through the CSS selector. CSS...May 25, 2023·2 min read
Day 2 Web Devlopement LearningTHREE FUNDAMENTAL BLOCKS OF A WEB PAGE ARE HTML CSS JAVASCRIPT. HTML -> HTML (HyperText Markup Language) is the most basic building block of the Web Mainly for structuring our page like content, image, and link (web content). CSS -> In simple words i...May 24, 2023·1 min read
Day 1 Web Devlopement LearningWHAT IS A WEB SERVER? A web server is a software that delivers web content. It acts as a mediator between clients and the requested web resources, serving the content to the clients in response to their requests. WHAT DO MEAN BY WEB CONTENT, REQUE...May 23, 2023·1 min read