From 669675982b5b1c0eb41fcd898c6549b909fff90e Mon Sep 17 00:00:00 2001 From: Alireza Sheikholmolouki Date: Tue, 22 Dec 2020 00:45:07 +0330 Subject: [PATCH] Fix question 134 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d56004e4..1d686609 100644 --- a/README.md +++ b/README.md @@ -4317,7 +4317,7 @@ We get to the last line of `funcTwo`, which logs `Last line!` to the console. No --- -###### 134. How can we invoke `sum` in `index.js` from `sum.js?` +###### 134. How can we invoke `sum` in `sum.js` from `index.js?` ```javascript // sum.js