:star2: 2132 | @heroiczero |http://www.freecodecamp.org/heroiczero
window[key]["style"]["border-style"] = "";
:star2: 8835 | @sjames1958gm |http://www.freecodecamp.org/sjames1958gm
:star2: 8836 | @sjames1958gm |http://www.freecodecamp.org/sjames1958gm
hello guys how can i Implement this?
e.g., when I input this 100,000 and return this 100k on typescript?
n<1000 = As it is
100,000>n>1000 = 1k, 2k, 9.8k, 99.1k … etc
1,000,000,000 >n> 100,000 = 0.1 m, 40.4 m … etc
n> 1,000,000,000 = Error message (Beyond Scope)
Any help?
hemakshis sends brownie points to @reycuban :sparkles: :thumbsup: :sparkles:
:cookie: 302 | @hemakshis |http://www.freecodecamp.org/hemakshis
:star2: 8838 | @sjames1958gm |http://www.freecodecamp.org/sjames1958gm