+ 2
What is the best code you wrote here on Sololearn?
What is your favorite code? It should not mandatory be the code with the most upvotes, but it should be the code about what you are really proud.âșïž 1) Post a link to your code 2) Write one-two sentences about what this code is doing 3) Write one-two sentences why are you fascinated about that code
3 Answers
+ 2
Probably one of the following
https://code.sololearn.com/WSo858WskqIT/?ref=app
https://code.sololearn.com/WpCrxinI83Mj/?ref=app
+ 2
1) https://code.sololearn.com/cn6fJ65with0/?ref=app
2) Fizzbuzz code as part of the challenge
https://www.sololearn.com/Discuss/1007334/challenge-how-short-can-your-fizzbuzz-be
What is fizzbuzz: https://en.m.wikipedia.org/wiki/Fizz_buzz
3) It is so amazing short! In comparison to my first fizzbuzz its about 10 times smaller and do the same.
It show some cool things like the cool String slice with multiplication as an argument and the magic âorâ. This code just shows power!
+ 1
1)
https://code.sololearn.com/c6DWopnoBcQn/?ref=app
2) It simulates opening card packs from a card game I sometimes play.
3) Hmm, I guess it sums up a lot of things I have learned during the ten months I've spent on coding by now, plus it is definitly the code I have put the most effort in until now, with more to come.