πŸ€– Coding News ⚑️
27.2K subscribers
2 photos
1 video
807 links
High quality articles, videos, and tutorials about programming πŸ’»

HTML, CSS, Sass, JavaScript, TypeScript, React, Angular, Electron, Node, Vue, GraphQL and other topics πŸ’₯

@CodingChat talk with other engineers
@CodingNewsFeedbackBot advertisement
加ε…₯钑道
​​Are you still using console.log for all your JavaScript debugging needs in 2023?

⏱️ 7 minutes read

#JavaScript
​​If your background is in a traditional object-oriented programming language, you might be thrown by the wild and sometimes lawless world of JavaScript. There are objects here β€” but they’re really prototypes, and all the syntax about classes and inheritance was bolted on in relatively recent versions. Some OO concepts still don’t fit. Others force you to adapt.

⏱️ 4 minutes read

#JavaScript
​​Some APIs in JavaScript may have a relatively low usage rate. Below we introduce their usage and usage scenarios one by one.

⏱️ 5 minutes read

#JavaScript
​​A list of one-liners you should know to up your knowledge of JavaScript.

⏱️ 5 minutes read

#JavaScript
​​JavaScript is a powerful language that is one of the primary building blocks of the web. This powerful language also has some of its quirks. For instance, did you know that 0 === -0 evaluates to true, or that Number("") yields 0?

⏱️ 14 minutes read

#JavaScript #interview
❀1
​​Memory leaks can be thought of as water leaks in your house; while small drips might not seem like a big issue initially, over time they can cause significant damage.

⏱️ 8 minutes read

#JavaScript
​​Are you looking for the best JavaScript Projects to increase your JavaScript knowledge with source code? In this article I have shared 100 best JavaScript tutorials.

⏱️ 20 minutes read

#JavaScript
😁1
​​The SOLID principles form the foundation of clean, scalable, and maintainable software development. Though these principles originated in Object-Oriented Programming (OOP), they can be effectively applied in JavaScript (JS) and TypeScript (TS) frameworks like React and Angular. This article explains each principle with real-life examples in both JS and TS.

⏱️ 9 minutes read

#JavaScript #TypeScript #SOLID
πŸ‘8❀‍πŸ”₯2πŸ’˜2❀1πŸŽƒ1