From 20db18aa28fbe6b548ba1d654204276f132b2427 Mon Sep 17 00:00:00 2001 From: elioat Date: Fri, 26 May 2023 11:48:12 -0400 Subject: * --- coffee/starfish.coffee | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'coffee') diff --git a/coffee/starfish.coffee b/coffee/starfish.coffee index bfd5f44..7f63720 100644 --- a/coffee/starfish.coffee +++ b/coffee/starfish.coffee @@ -1,4 +1,5 @@ square = (x) -> x * x -cube = (x) -> square(x) * x +cube = (x) -> square x * x + +console.log cube 33 -console.log cube(33) -- cgit 1.4.1-2-gfad0