Skip to content

Commit c89d0c3

Browse files
committed
can't undestand instructions
1 parent c00ebcd commit c89d0c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ In the Chrome console,
1111
invoke the function `alert` with an input string of `"Hello world!"`;
1212

1313
What effect does calling the `alert` function have?
14+
I Don't get it, When you say an input string "Hello World" do you meaan as a parameter, do you mean it suppose to return "Hello World", or what ?
1415

1516
Now try invoking the function `prompt` with a string input of `"What is your name?"` - store the return value of your call to `prompt` in an variable called `myName`.
1617

1718
What effect does calling the `prompt` function have?
1819
What is the return value of `prompt`?
20+
Is it suppose to prompt me?

0 commit comments

Comments
 (0)