insensitive
Make sure anything you are working with becomes lowercase alphanumeric characters:
; const obj = ;console; // undefinedobjheL_Lo = 'world';console; // 'world'objhello = 'bye';console; // 'bye' for let key in obj console; // 'hello'Object; // ['hello']