unofuscated
Anonymous
java
10/25/2021 7:47 AM
220 B
13
Indexable
function hi(secret) {
if (secret === 'CONGRIO') {
console.log('SABES EL SECRETO');
} else {
console.log('NI IDEAS (sin ofuscar)');
}
}
hi('CHULETON');Editor is loading...