Advanced-Javascript-Cheatsheet-ZTM.pdf
6.6 MB
للجافاسكريبتاوية...
الملف بيوضح بعض المواضيع المتقدمة في JavaScript واللي لازم تكون فاهمها كويس وكمان هتلاقيها في كل انترفيو
#javascript
الملف بيوضح بعض المواضيع المتقدمة في JavaScript واللي لازم تكون فاهمها كويس وكمان هتلاقيها في كل انترفيو
#javascript
❤9
JavaScript SOLID Principles: How to Write Maintainable Code
https://www.syncfusion.com/blogs/post/solid-principles-in-javascript.aspx
#javascript
https://www.syncfusion.com/blogs/post/solid-principles-in-javascript.aspx
#javascript
تحدي ممتاز عن تجربة 🤍
30 Days of JavaScript
- Designed for JavaScript beginners
- Master basic JavaScript skills
- Support high-quality editorials
https://leetcode.com/studyplan/30-days-of-javascript
#javascript
30 Days of JavaScript
- Designed for JavaScript beginners
- Master basic JavaScript skills
- Support high-quality editorials
https://leetcode.com/studyplan/30-days-of-javascript
#javascript
❤7
Nullish Coalescing Operator (??)
The nullish coalescing operator (??) provides a convenient way to assign default values when a variable is either null or undefined. It returns the right-hand side operand if the left-hand side operand is null or undefined.
#javascript
The nullish coalescing operator (??) provides a convenient way to assign default values when a variable is either null or undefined. It returns the right-hand side operand if the left-hand side operand is null or undefined.
#javascript
❤3
Optional Chaining
🔰 Optional chaining ( ?. ) allows you to access nested properties of an object without worrying about intermediate null or undefined values.
#javascript
🔰 Optional chaining ( ?. ) allows you to access nested properties of an object without worrying about intermediate null or undefined values.
#javascript
❤2👍1
مقال مُفصّل عن App Router في إطار العمل Next.js
A Visual Guide to the New App Router in Next.js 13
https://www.builder.io/blog/next-13-app-router
#nextjs #javascript
A Visual Guide to the New App Router in Next.js 13
https://www.builder.io/blog/next-13-app-router
#nextjs #javascript