Skip to content

Commit 271aa39

Browse files
Effect the answers given to the question
1 parent 8073d0b commit 271aa39

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Sprint-1/4-stretch-explore/chrome.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,9 @@ Now try invoking the function `prompt` with a string input of `"What is your nam
1616

1717
What effect does calling the `prompt` function have?
1818
What is the return value of `prompt`?
19+
20+
21+
line 13- when i ran the function on console tab, it showed a new word hello world in the next line.
22+
23+
line 17&18 - when i ran the 'prompt' function it pop up a box for imputing my name and it returned undefined.
24+
after i wrote myname in the next line it brought out my name.

0 commit comments

Comments
 (0)