|
|
|
|
|
by phpnode
4316 days ago
|
|
Their definition of "non-trivial" includes using computed member expressions, so the following program is not supported: var greetings = {world: "Hello World"};
var subject = 'world';
console.log(greetings[subject]);
This is zealotry in action, who do they think is going to use this? |
|