JavaScript for Loop over Properties in an Object

Today at work I was tasked with iterating over a JavaScript (TypeScript) object to find a particular property or key nested somewhere within the object. The tricky part is the object can have infinite nesting, so we don’t know how deep we need to dig to f… Read more

Similar

Reasons to Master JavaScript (and How To)

JavaScript is a heavily paid programming language. If you are good at JavaScript, you can get around $110,000 yearly in the US. It is also readily used in game development, design and other unknown fields such as Artificial Intelligence, Virtual Reality a... (more…)

Read more »