VPVaibhav Prajapatinvaibhavblogs.hashnode.dev·Mar 15, 2023 · 2 min readMap in JavaScriptDefinition: - In JavaScript, Map is a data structure that allows us to store key-value pairs and both key and value can be of any data type, like objects, functions and many more. Maps can be considered similar to objects with some key differences. C...02NV
VPVaibhav Prajapatinvaibhavblogs.hashnode.dev·Feb 18, 2023 · 3 min readMobile First Design approachAs the name “mobile first” it means that the website is going to be designed for mobile first and then progressively enhance the design for larger screens like tablets, laptops, desktop monitors and other bigger screens. This approach results in the ...01G
VPVaibhav Prajapatinvaibhavblogs.hashnode.dev·Jan 17, 2023 · 1 min readStarting of my Web Development JourneyI am a student pursuing "Bachelor of Science (B.Sc)". After choosing this field I got fascinated with web development so I decided to dive deeper into the world of web development. I started to learn HTML on youtube. I found it interesting and got mo...00