...

30

contact-me.js

commandPrompt > contact > contact-me.js

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

let response = prompt("undefined");

showMessage(response);

const showMessage (response)=>{

if(response == “y”){

console.log(“E-mail: ramiroecevarria@gmail.com”);

}else if(response == “n”){

console.log(“...”);

} else(){

console.log(“Wrong response”);

showMessage(prompt("undefined"));

}

}

main*

{ } JavaScript

Command Prompt

Microsoft Windows [Version 10.0.19044.2728]
(c) Microsoft Corporation. All rights reserved.

C:\Users>


C:\Users>
C:\Users> E-mail:
ramiroecevarria@gmail.com

github

GitHub

npmjs

npm