When I use% w / o, it returns me the size, but how do I check if it does not contain any characters?
For example:
var teste = (como se o usuário tivesse clicado **2x** no **enter/espaço**);
Soon teste.length
will return 2 , but does not actually contain any characters.
I wish that when I had nothing, I would return 0.