File tree 1 file changed +18
-1
lines changed
1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 269
269
270
270
---
271
271
272
- 5 . How does prototypal inheritance work in JavaScript?
272
+ ### How does prototypal inheritance work in JavaScript?
273
+ <details >
274
+ <summary ><b >Answer</b ></summary >
275
+
276
+
277
+ #### Articles
278
+ - 📜 [ Inheritance and the prototype chain] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Inheritance_and_the_prototype_chain )
279
+ - 📜 [ JavaScript Prototypes and Inheritance] ( https://www.freecodecamp.org/news/prototypes-and-inheritance-in-javascript/ )
280
+ - 📜 [ Prototypal Inheritance using __ proto__ in JavaScript] ( https://www.geeksforgeeks.org/prototypal-inheritance-using-__proto__-in-javascript/ )
281
+
282
+
283
+ #### Videos
284
+ - 🎬 [ Prototype and Prototypal Inheritance in Javascript ] ( https://youtu.be/wstwjQ1yqWQ?si=8iRD5kdU6y9xB3Bu )
285
+ - 🎬 [ JavaScript Prototypal inheritance ] ( https://youtu.be/1UTqFAjYx1k?si=gcgSo_3EA2ytLnRV )
286
+
287
+ </details >
288
+
289
+ ---
273
290
6 . What are promises in JavaScript, and how do they work?
274
291
7 . Explain what "async/await" is and how it works.
275
292
8 . How can you handle errors in JavaScript?
You can’t perform that action at this time.
0 commit comments