Web Development - HTML, CSS & JavaScript
51K subscribers
1.67K photos
5 videos
34 files
317 links
Learn to code and become a Web Developer with HTML, CSS, JavaScript , Reactjs, Wordpress, PHP, Mern & Nodejs knowledge

Managed by: @love_data
Download Telegram
Fullstack Developer Skills & Technologies
πŸ”₯4πŸ‘2❀1πŸ‘Ž1
πŸ”° File Paths in HTML

A file path tells the browser where to find a file (like an image, CSS file, or JavaScript script) relative to the current HTML document.


It’s like giving someone directions: are you pointing them to another room in the same house, or telling them to visit another building?
πŸ”₯3
πŸ”° Enums in JavaSript

Enums in JavaScript help create a set of named constants, making code more readable and manageable. Although JavaScript doesn’t have built-in enums, you can use alternatives to achieve similar functionality.


Using these methods, you can create effective enums in JavaScript to maintain cleaner, more organized code.
❀10
πŸ”° The most important Array Methods in JavaScript

map , filter and reduce
πŸ‘6❀4
πŸ”° Autoplay Video on Scroll using JavaScript!!

Check if the video is fully in view, and if so, play it; otherwise, pause.
The muted attribute is added to ensure autoplay on most browsers.
πŸ”₯7πŸ‘5
πŸ”° Creating simple blob shapes in css using border radius!

Create a square element with the required dimensions, and throw in some randomness with the border-radius property to achieve a cool blob shape.
πŸ‘8