Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTrio authored Jul 30, 2024
1 parent 43cefb3 commit 8c4bae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ john["birthday"]();
john["greet"](); // Output: Hello, my name is John and I am 31 years old.
```
Behold, the power of first class functions and dictionaries. Its [functions all the way down](https://en.wikipedia.org/wiki/Turtles_all_the_way_down).
Behold, the power of first class functions, closures and dictionaries. Its [functions all the way down](https://en.wikipedia.org/wiki/Turtles_all_the_way_down).
### Comments
Expand Down

0 comments on commit 8c4bae3

Please sign in to comment.