Skip to content

Instantly share code, notes, and snippets.

@zackforbing
Forked from anonymous/exercism.markdown
Last active October 11, 2016 00:26
Show Gist options
  • Save zackforbing/908a921f023b9a1c442b1fb022fee8dd to your computer and use it in GitHub Desktop.
Save zackforbing/908a921f023b9a1c442b1fb022fee8dd to your computer and use it in GitHub Desktop.
Length Points Week
1 to 6 hours 25 Week 2

Exercism Comparisons

By now you are probably starting to get the feeling of Okay I can get things to work in JavaScript but how to do I get my code to not look like a horrible dumpster fire?!?

The best way to start getting a feeling for how code is written in other languages is by seeing how other people code, and comparing their style to your own critically.

Luckily, we have an amazing tool called exercism.io which allows us to do that.

Deliverable

  • Compare 3 of your own completed exercism.io exercises in JavaScript, writing a gist of what you saw when comparing the answer to five other answers that other folks got.
  • Fork This Gist
  • Include a link to your results or the results themselves in the body of the forked gist

If you have trouble with the exercism UI, you can find other versions of exercisms you submitted at this link:http://exercism.io/tracks/javascript/exercises

Hello, World!

gist link

Leap

gist link

Hamming

gist link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment