This website works better with JavaScript
Startsida
Utforska
Hjälp
Logga in
lovecoding
/
VIP20
Bevaka
6
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Pull-förfrågningar
0
Wiki
Träd:
37ccdf4b5d
Grenar
Taggar
master
VIP20
/
19_Node.js
/
day-1
/
code
/
password.check.js
password.check.js
89 B
Historik
Rå
1
2
3
4
5
6
7
function check() {
console.log('password checked.');
}
module.exports = {
check,
};