Skip to content

Instantly share code, notes, and snippets.

@nbogie
Last active June 5, 2020 01:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nbogie/3b9fdc130a7b7e6caea787c0a6ddad65 to your computer and use it in GitHub Desktop.
Save nbogie/3b9fdc130a7b7e6caea787c0a6ddad65 to your computer and use it in GitHub Desktop.
JS exercises - working with data

pure js exercises using data

home-made

  • tv maze - pure JS exercises (in repl)
  • jobs listing pure JS exercises (in mahmut's repl)
    • get all the company titles and positions of every job [{company: CYF, position: programmer}, ...], etc
  • stuff from my json-examples netlify
  • p5js (filter points by dist(), find points by same, find enemies with low hit-points, etc)

external

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