Is there a problem accessing a key that does not exist in a JS object?
Example: object = {}; object.name.
No error is reported, but may I have a problem in the future?
Is there a problem accessing a key that does not exist in a JS object?
Example: object = {}; object.name.
No error is reported, but may I have a problem in the future?