Skip to content

Commit 1203808

Browse files
authored
Update README.md
It was written in Code Example 5undefined but it should be ReferenceError: x is not defined.
1 parent 5c64002 commit 1203808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Notes/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function getName(){
160160
Output:
161161
> Namaste JavaScript
162162
163-
> undefined
163+
> ReferenceError: x is not defined
164164
165165
> f getName(){
166166
console.log("Namaste JavaScript);

0 commit comments

Comments
 (0)