Viewing a response to: @reggaemuffin/introducing-the-coding-challenge
Probably the shortest FizzBuzz code for(i=0;i<1e2;) console.log((++i%3?"":"Fizz")+(i%5?"":"Buzz")||i)
author | monkonacid |
---|---|
permlink | re-reggaemuffin-introducing-the-coding-challenge-20180618t132550644z |
category | coding-challenge |
json_metadata | {"tags":["coding-challenge"],"app":"steemit/0.1"} |
created | 2018-06-18 13:24:27 |
last_update | 2018-06-18 13:24:27 |
depth | 1 |
children | 2 |
last_payout | 2018-06-25 13:24:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 436,763,812 |
root_title | "Introducing the Coding Challenge" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,225,466 |
net_rshares | 0 |
You can go even shorter ;) But I mean the idea is to have it nice and readable and thought through :P
author | reggaemuffin |
---|---|
permlink | re-monkonacid-re-reggaemuffin-introducing-the-coding-challenge-20180619t103438706z |
category | coding-challenge |
json_metadata | {"tags":["coding-challenge"],"app":"steemit/0.1"} |
created | 2018-06-19 10:34:36 |
last_update | 2018-06-19 10:34:36 |
depth | 2 |
children | 1 |
last_payout | 2018-06-26 10:34:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.035 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 101 |
author_reputation | 37,964,839,695,531 |
root_title | "Introducing the Coding Challenge" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,342,657 |
net_rshares | 17,563,191,347 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
upheaver | 0 | 2,091,705,568 | 6% | ||
upgoat | 0 | 326,777,447 | 10% | ||
simi | 0 | 15,144,708,332 | 54% |
Not the best looking code, however you could add some comments... :D
author | monkonacid |
---|---|
permlink | re-reggaemuffin-re-monkonacid-re-reggaemuffin-introducing-the-coding-challenge-20180619t173207673z |
category | coding-challenge |
json_metadata | {"tags":["coding-challenge"],"app":"steemit/0.1"} |
created | 2018-06-19 17:32:09 |
last_update | 2018-06-19 17:32:09 |
depth | 3 |
children | 0 |
last_payout | 2018-06-26 17:32:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 69 |
author_reputation | 436,763,812 |
root_title | "Introducing the Coding Challenge" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 61,387,277 |
net_rshares | 0 |