ladybird/Base/home/anon/Source/js/simple-function.js

3 lines
46 B
JavaScript

function foo() { return (1 + 2) + 3; }
foo();