Jezen/is-thirteen: Check if a number is equal to 13
11–20 of 57 posts
Re: Jezen/is-thirteen: Check if a number is equal to 13
#12My first reaction was, "Haha. That's fun code-as-parody." Then I looked at the unit tests. [1] Now my reaction is more like, "Your commitment to this bit is both admirable and slightly disturbing." [1] https://github.com/jezen/is-thirteen/blob/master/test.js
Re: Jezen/is-thirteen: Check if a number is equal to 13
#13My first reaction was, "Haha. That's fun code-as-parody." Then I looked at the unit tests. [1] Now my reaction is more like, "Your commitment to this bit is both admirable and slightly disturbing." [1] https://github.com/jezen/is-thirteen/blob/master/test.js
Re: Jezen/is-thirteen: Check if a number is equal to 13
#14More seriously, does anyone know what "uppercase" means in Chinese? Do they literally have two (seemingly unrelated) forms for each of their characters?
Re: Jezen/is-thirteen: Check if a number is equal to 13
#15My first reaction was, "Haha. That's fun code-as-parody." Then I looked at the unit tests. [1] Now my reaction is more like, "Your commitment to this bit is both admirable and slightly disturbing." [1] https://github.com/jezen/is-thirteen/blob/master/test.js
Re: Jezen/is-thirteen: Check if a number is equal to 13
#16Fellow House fan!
Re: Jezen/is-thirteen: Check if a number is equal to 13
#17Re: Jezen/is-thirteen: Check if a number is equal to 13
#18Re: Jezen/is-thirteen: Check if a number is equal to 13
#19This is a great example of why it is important to use modules. If I were to try implementing this myself, I might have thought to check for the Chinese string "十三", but I doubt I would have known to check for the uppercase version of the Chinese string "拾叄". More seriously, does anyone know what "uppercase" means in Chinese? Do they literally have two (seemingly unrelated) forms for each of their characters?
Re: Jezen/is-thirteen: Check if a number is equal to 13
#20This is a great example of why it is important to use modules. If I were to try implementing this myself, I might have thought to check for the Chinese string "十三", but I doubt I would have known to check for the uppercase version of the Chinese string "拾叄". More seriously, does anyone know what "uppercase" means in Chinese? Do they literally have two (seemingly unrelated) forms for each of their characters?
The Chinese characters are unicode strings.
The answer would be the same about an uppercase emoji.