Forwarded from MJ
Media is too big
VIEW IN TELEGRAM
Mock intervyu va umumiy frontendga oid savollar muhokamasi suhbati
🔥27👍5
JavaScript boyicha interview savol va javoblar ro'yhati. Foydali bo'ladi degan umiddamiz
https://github.com/sudheerj/javanoscript-interview-questions
https://github.com/sudheerj/javanoscript-interview-questions
GitHub
GitHub - sudheerj/javanoscript-interview-questions: List of 1000 JavaScript Interview Questions
List of 1000 JavaScript Interview Questions. Contribute to sudheerj/javanoscript-interview-questions development by creating an account on GitHub.
👍32❤1
React boyicha interview savol va javoblar ro'yhati:
https://github.com/sudheerj/reactjs-interview-questions
https://github.com/sudheerj/reactjs-interview-questions
GitHub
GitHub - sudheerj/reactjs-interview-questions: List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions…
List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!! - sudheerj/reactjs-interview-questions
👍24
ES6(ES2015) va undan keyin qoshilgan ES "proposal"larni yillik "specification"lar tasnifida qayta ko'rib chiqamiz (balki esimizdan ko'tarilganlari bordir)
https://github.com/sudheerj/ECMAScript-features
https://github.com/sudheerj/ECMAScript-features
GitHub
GitHub - sudheerj/ECMAScript-features: ECMAScript features cheatsheet
ECMAScript features cheatsheet. Contribute to sudheerj/ECMAScript-features development by creating an account on GitHub.
👍16
Mana nima sababdan JavaScriptda hamma o'zgaruvchilar heapda saqlanadi: chunki stackdagi joy function tugashi bilan tozalanadi (function ozi stackdan "pop" bo'ladi), closuredagi functionga esa u joy keyin ham kerak.
Manba:
https://exploringjs.com/deep-js/ch_environments.html#recursion-via-environments
Manba:
https://exploringjs.com/deep-js/ch_environments.html#recursion-via-environments
👍22🔥3💯2⚡1👏1
Forwarded from Jakhongir Rakhmonov - IT
👍45👀4👎2🤔2
CSS Box Model visual korinishda
Box-sizing: content-box (default) holatda, total size = margin + border + padding + size(width/height)
Box-sizing: border-box holatda, total size = margin + size(width/height)
Box-sizing: content-box (default) holatda, total size = margin + border + padding + size(width/height)
Box-sizing: border-box holatda, total size = margin + size(width/height)
👍44