2017-01-18 22:43:35 -07:00

8 lines
89 B
Plaintext

var foo = {
toString: function() {
return 'bar';
}
};
<div>${foo}</div>