This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
process.stdin.resume() | |
process.stdin.setEncoding('utf8') | |
console.log('How old are you ? ') | |
process.stdin.on('data', (age) => { | |
console.log('You are ' + age.trim() + ' years old ') | |
if (age > 99){ | |
console.log('Too old!!') | |
} else { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
157 cd ~F540 | |
158 pwd | |
159 cd github | |
160 cd | |
161 cd clmystery-master | |
162 ls | |
163 cd | |
164 pwd | |
165 cd clmystery-master | |
166 cat instructions |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"/> | |
<meta name="Lord of the rings" content="Capture all the orcs, goblins and balrogs"/> | |
<title>FindthePrecious</title> | |
</head> | |
<body> | |
<header><h1>Find the precious</h1></header> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.picture { | |
opacity: 0.6; | |
} | |
.reward { | |
text-align: center; | |
font-size: 3em; | |
font-family: 'Arial Narrow Bold', sans-serif; | |
background-color: antiquewhite; | |
opacity: 0.6; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.picture { | |
opacity: 0.6; | |
} | |
.reward { | |
text-align: center; | |
font-size: 3em; | |
font-family: 'Arial Narrow Bold', sans-serif; | |
background-color: antiquewhite; | |
opacity: 0.6; |
NewerOlder