From d8d335d0cfd0a420b25ecc6c97bf5c0020e7ac16 Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sun, 31 Dec 2023 09:50:08 -0800 Subject: Move Compiler into new module --- demo/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demo') diff --git a/demo/script.js b/demo/script.js index c829cc0..8a21276 100644 --- a/demo/script.js +++ b/demo/script.js @@ -1,5 +1,5 @@ -function lowest_price() { +function main() { const offers = [{ id: 1, price: 2.01}, { id: 2, price: 2.99 }]; let min_price = null; -- cgit v1.2.3