1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-14 23:32:21 +00:00
serenity/Base/home/anon/Source/js/simple-function.js

2 lines
46 B
JavaScript

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