Skip to content

Instantly share code, notes, and snippets.

@misterhtmlcss
Last active January 17, 2017 15:10
Show Gist options
  • Save misterhtmlcss/e4c4bb8ac8eac99891cf76bcdda88147 to your computer and use it in GitHub Desktop.
Save misterhtmlcss/e4c4bb8ac8eac99891cf76bcdda88147 to your computer and use it in GitHub Desktop.
Thinkful Gists
// I was thinking about making this a nice HTML page... another day perhaps
Working with Strings:
[textNormalizer.js] https://gist.github.com/misterhtmlcss/b6f1ef8a76308c975c2faac4951acdd5
[Shouter.js] https://gist.github.com/misterhtmlcss/6bb9b08d140b57b0dddf472eb26c4443
[wisePerson.js] https://gist.github.com/misterhtmlcss/20126d550d9019652639b38ae8079e0b
Working with Numbers:
[squareArea] https://gist.github.com/misterhtmlcss/764f2f0c35e105499d1c07caea9a89b4
[tempConv] https://gist.github.com/misterhtmlcss/42cd87565140e7d214e307cab8e58f0e
[isDiv] https://gist.github.com/misterhtmlcss/046f8d270bf4d2c0ab9f5a68fa66047a
Logic Drills:
[Traffic Lights] https://gist.github.com/misterhtmlcss/d1ef2f6f56fc23db404f1864841f7352#file-traffic_lights-js
[TRY AND CATCH] https://output.jsbin.com/hahidix
[Make List] https://gist.github.com/misterhtmlcss/1c2dc17775177661bff15fbb7a6f7970
[Todo List] https://gist.github.com/misterhtmlcss/0312e21f8c1f952ce66abb871d56320d
[First and Third Array Changes] https://gist.github.com/misterhtmlcss/c432274f289416664d9301d3a23f91dc
Objects:
[Object Creator] https://gist.github.com/misterhtmlcss/286dfb409f8fff450170dc69b0388f17
[Object Updator] https://gist.github.com/misterhtmlcss/177e5d0d85e54c1a790e0fb54bdb198c
[Self Reference] https://gist.github.com/misterhtmlcss/dbdd9984db71291ec6bfb92d322002aa
[Delete Object Keys] https://gist.github.com/misterhtmlcss/e138a8b6d2771298dc077ab578c54c0a
[Prototype: my own creation] https://gist.github.com/misterhtmlcss/b9e5a7d17051bb454cf206e161853f28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment