diff --git a/Userland/js.cpp b/Userland/js.cpp index 8e5249009af..2787ddedd4b 100644 --- a/Userland/js.cpp +++ b/Userland/js.cpp @@ -33,7 +33,7 @@ int main() { - // function foo() { return 1 + 2; } + // function foo() { return (1 + 2) + 3; } // foo(); auto program = make();