React Interview Guide
─── JAVASCRIPT & FOUNDATIONS ───
Q1: Object Reference Puzzle (Output-Based)
Question: What is the output of the following code and why?
const obj = { test: "Priyansh" };
const obj2 = obj;
obj2.test =
rahulagarwal.hashnode.dev27 min read