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

2 lines
46 B
JavaScript

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