unofuscated

 avatar
unknown
java
3 years ago
164 B
4
Indexable
function hi(secret) {
  if (secret === 'CONGRIO') {
    console.log('SABES EL SECRETO');
  } else {
    console.log('NI IDEAS (sin ofuscar)');
  }
}
hi('CHULETON');
Editor is loading...