## Obj ### Instructions Create a constant variable named `obj` that is an object containing a property for each primitives: - `str` for `String` - `num` for `Number` - `bool` for `Boolean` - `undef` for `undefined` ### Notions - https://nan-academy.github.io/js-training/examples/data-structures.js