Kamil Kiełczewski
Kamil Kiełczewski
I don't know it is good place to introduce new Feature into swagger specification - if not please give me information where i can put this proposition. My proposition is...
alternative way to get upper-case letters
More letters
escape/unescape for get all characters without using deprecated methods
create multi-arguments functions
Suppose I have some string and want to use function "replace" `"truefalse"["replace"]("true") --> "undefinedfalse"` this line can be easily converted to JSF **without using any kind of eval** (interpreting string...
Hi I found following alternative representation for number 1 based on `true => !![]`(and I construct other numbers using it) `0 => +[]` `1 =>+!![]` `2 => !![]+!![]` `3 =>...
In http://www.jsfuck.com/ I type this source A: ```[1,2][1]``` and select "Eval source" and push "Encode" button. I get source B (long - I put it at the bottom of this...