IE 11 - console.log is displaying undefined for object properties
问题 This is a pretty short example. I copy and paste the code below into a file, save it, and open it. Works fine in Chrome, fails in ie 11. The output on the console is nonsense! What's going on? Have a stumbled upon some strange bug? test.b is clearly not undefined, as it is accessible by the JSON parser and by direct object evaluation. Also, switching around the order of the variables in the log function does nothing to change test.b being undefined. <!DOCTYPE html> <html> <head> <title>wtf<