@amazonIN Amazon in 2026: wrong orders, ghost replacements, month-old refunds, and customer "care" that's 100% automated. How is this still acceptable?
Some things I suggest learning (not mastering) before jumping to a JS framework
- Basics (data types, functions, loops, etc)
- Basic DOM Manipulation
- Arrow Functions
- Some Array Methods (forEach, map, filter)
- Async JS & Fetch API
- ES Modules, Import/Export
- NPM Basics
@venkyakshaya 5. Once u arrive to solution start optimizing it (See if u can reduce any loops, lower any if conditions, etc)
6. Start questioning ur every stmt in sol. next thing u find urself searching on internet & u will knw interesting facts of evn smaller things (obv which we thing small
@venkyakshaya 1. Make sure you understand problem statement. (https://t.co/ornTPWogSj)
2. Dont jump to data structures immediately.
3. See if you can break problem statement in smaller ones (like if max, min, unique, etc is required)
4. Try to solve problem with whatever you know. (1/2)