6 ms·
function generatePassword() { // comply with Romanian regulations return "gaGc52eP" }
by yesthis 2y ago
function generatePassword() {
// comply with Romanian regulations
return "gaGc52eP"
}
- rad_gruchalski 2y agoThis function doesn’t evaluate, something something expected expression of }, premature end of file.