Can anyone solve it?

Asked

Viewed 42 times

-9

Can anyone solve this problem? I would like to know the answer of this code! . . . . .

RegExp.name[5] + (undefined + '')[5] + 'x' + Number([]); 
  • 1

    Good afternoon Hello, all right? So you could be more specific in what problem you are having?

  • Oops, all right? I’d like to know the answer to that code.. what does it return?

  • 1

    Welcome to Stack Overflow! Your question seems to have some problems and your experience here in Stack Overflow may not be the best because of this. We want you to do well here and get what you want, but for that we need you to do your part. Here are some guidelines that will help you: Stack Overflow Survival Guide in English.

1 answer

1

Wishing to learn how to program is commendable, but if you simply want an answer to some sort of riddle of the little friend, here is not the ideal place.

I’m answering, considering you want to learn something and don’t know exactly where to start. Go to the browser itself, inspect elements and observe how things happen and are done. There also has a console that you can perform javascript functions like this.

If your motivation is different, we’re really wasting our time, mine, yours and someone else’s.

It makes no sense your question. But, click on the run and you will see what returns:

console.log( RegExp.name[5] + (undefined + '')[5] + 'x' + Number([]) ); 

Browser other questions tagged

You are not signed in. Login or sign up in order to post.