FunFacts Flashcards
FunFacts about programming (3 cards)
1
Q
When Node.js was created?
A
Node.js was created by Ryan Dahl in 2009
2
Q
How MongoDB stores data?
A
MongoDB stores data in BSON (Binary JSON) format, allowing for efficient storage and retrieval.
3
Q
What engine does Bun use?
A
Bun uses JavaScriptCore, the engine that powers Safari, instead of V8, which is used by Node.js and Chrome.