Files
METH_Transcendence/site/game/node_modules/stats/test/fixtures/simple.js
2024-07-30 20:19:29 +02:00

9 lines
121 B
JavaScript

var foo = 'foo'
, bar = 'bar'
, baz = 'baz'
, test;
console.log(foo = 'hey');
console.log(bar);
console.log(baz);