games/FullFire/packages/bitmap-font/panel/test.js

5 lines
65 B
JavaScript

function hello(a, b, c) {
console.log(a);
}
hello(1, 23, 4);