This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
lovecoding
/
VIP20
Urmărește
6
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
37ccdf4b5d
Ramuri
Etichete
master
VIP20
/
19_Node.js
/
day-1
/
code
/
password.check.js
password.check.js
89 B
Istoric
Crud
1
2
3
4
5
6
7
function check() {
console.log('password checked.');
}
module.exports = {
check,
};