Gender: JavaScript
Pronouns: Async
/Await
Fun Facts:
- Dhruv's JavaScript Confession: Dhruv once tried to explain the logic behind
console.log(0.1 + 0.2);
expecting0.3
, but instead it printed0.30000000000000004
. Now, Dhruv just nods and says, "It’s not a bug, it’s a feature... trust me." - Quirky Anecdote: Once, Dhruv tried to explain why
"5" + 3
is"53"
but5 + "3"
is also"53"
, and why5 - "3"
is2
. It ended up confusing itself and everyone else in the room. The explanation concluded with, "You just have to trust me on this one." - Dhruv's New Rule: "If JavaScript says
![] == false
and[] == false
, it’s probably a sign to stop questioning the universe." Now Dhruv just codes, quietly accepting the chaos. - Dhruv's Motto:
const
doesn’t mean constant in JavaScript. It’s just trying to keep things interesting! - Dhruv's Favorite Hobby: Creating branches that will never be merged.
- Dhruv's Relationship Status: It's complicated (with TypeScript).
- Dhruv’s Breakup with "this": Dhruv broke up with
this
in his code. It was too complicated. It was like dating a variable that changed every time they looked at it. - Dhruv's Favorite Pick-Up Line: "Are you a JSON object? Because you've got all the right properties."
- Dhruv's Favorite Hangout Spot: The event loop, where it can keep an eye on everything happening in the browser, making sure no callback goes uncalled.
- Dhruv’s Advice to New Developers: If you ever feel lost, remember:
NaN
can’t be compared to anything, not even itself. So don’t compare yourself to others—you're perfect just the way you are!