Skip to content

Commit e32a446

Browse files
authored
Merge pull request lydiahallie#30 from patrix252/patch-1
Fix the question 21
2 parents 99b51ef + e9fa9d7 commit e32a446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ With `"use strict"`, you can make sure that you don't accidentally declare globa
629629

630630
---
631631

632-
###### 21. What's the output?
632+
###### 21. What's value of `sum`?
633633

634634
```javascript
635635
const sum = eval("10*10+5");

0 commit comments

Comments
 (0)