This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
lovecoding
/
VIP20
Tarkkaile
6
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
37ccdf4b5d
Haarat
Tagit
master
VIP20
/
19_Node.js
/
day-1
/
code
/
password.check.js
password.check.js
89 B
Historia
Raaka
1
2
3
4
5
6
7
function check() {
console.log('password checked.');
}
module.exports = {
check,
};