10
Without using the items below:
- String-like strings and functions before output
- Numbers
- Regular Expressions
- Functions with the names: "Hello", "World", "Helloworld" or anything similar only the output method
var helloWord = function(){ //aqui seu código }
. - Without using object keys with names: "Hello", "World", "Helloworld" or anything similar.
I came to make the example below, but the problem identified that I am using string, someone has another idea?
excellent challenge, which objective, purely academic?
– h3nr1ke
And store each character in one array? In one position goes H, in another E and so on. It is validated?
– Giancarlo Abel Giulian
I found this, http://jsfiddle.net/E4b5d/1/ well loco oo.
– henriquedpereira
@Henriquedpereira, is legal, but has string in this method.
– Ivan Ferrer
@Giancarlogiulian this idea does not roll, because array has numeric key, we have tried this, using range.
– Ivan Ferrer
@h3nr1ke this challenge was proposed in one of the steps of this site: http://www.codewars.com/ and I’m not able to think about how I could solve it otherwise.
– Ivan Ferrer
Thank you for the comment @Ivanferrer
– Giancarlo Abel Giulian
Here is an output that enabled you to solve the problem: http://www.jsfuck.com/
– Ivan Ferrer