Comments 6
var sales = <sales vendor="John">
<item type="peas" price="4" quantity="6"/>
<item type="carrot" price="3" quantity="10"/>
<item type="chips" price="5" quantity="3"/>
</sales>;
...
sales.item += <item type="oranges" price="4"/>;
E4X появился и исчез, не оставив практически никакого следа
А ведь до боли похоже на JSX.
+3
UFO just landed and posted this here
Only those users with full accounts are able to leave comments. Log in, please.
Краткая история JavaScript. Часть 2