π Questions asked:
1οΈβ£ Implement Fibonacci sequence β 0,1,1,2,3,5,8...
2οΈβ£ Explain how this works behind the scenes:
let a = { x: 1 }
let b = Object.create({ x: 1 })
3οΈβ£ Implement .**getFirstElement()**
on arrays
4οΈβ£ Implement batch β Take an array of async operations + batchSize
, execute tasks in batches.
π» Questions + Solutions:
π https://replit.com/@318097/LeenaAI-R2-FrontendJS#index.js
Top comments (0)