Html Css js Frontend projects
9.82K subscribers
1.06K photos
137 videos
64 files
173 links
Advertisements Contact meπŸ‘‡πŸ»
@We_D5

Hello everyone you can learn interesting facts about coding in this channel πŸ’»

Perfluence
Download Telegram
πŸ”° JavaScript Event Loop

A mechanism that allows JavaScript to manage multiple tasks efficiently in a single-threaded environment.
πŸ”° 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.
πŸ”° 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.
❀1πŸ‘1
πŸ”… HTML Form Input Types

The <input> HTML element is used to create interactive controls for web-based forms to accept data from the user. A wide variety of input data types and control widgets are available, depending on the device and user agent. The <input> element is one of the most powerful and complex in all of HTML due to the sheer number of combinations of input types and attributes.
πŸ’» Frontend vs Backend πŸ“š
πŸ‘1
πŸ”° Chrome's Face Detection API!!

Used in real-time face detection for image processing, security, photo apps, or adding effects on faces in media.