Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Interview-questions-answers
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ for (var i = 1; i < 5; i++) {
console.log(i);
}, 1000);
}
Answer: The output will be five instances of the number 5.
Answer: The output will be four instances of the number 5.
-----------------------------------------------------------------
8. How to empty an array in javascript?
1. array=[]
Expand Down