Skip to content

Instantly share code, notes, and snippets.

View NateAnderson1780's full-sized avatar

Nate Anderson NateAnderson1780

View GitHub Profile
@NateAnderson1780
NateAnderson1780 / js_exercism_comps.md
Created November 27, 2016 21:13 — forked from tgraham777/js_exercism_comps.md
A comparison of my first three js exercisms (excl. "Hello World") to those of other responders

##Leap My code: here

  • Responder #1 (here) - This responder took largely the same approach as me but used the "if/return true" approach rather than the single line return method. In this case I feel the one-line method is sufficiently clear and therefore would probably be preferred over using if/return.

  • Responder #2 (here) - This user employed an even more broken-out approach than the first responder, creating a three part "if - else if - else" conditional. For the same reason as #1 I feel that the one-line approach would be preferred in this case.

  • Responder #3 (here) - This user decided to build the logic out with a nested conditional, nesting the %100 and %400 checks within the %4 conditional. It appears cleaner at first glance and the ne

(Your Name) - M2 Portfolio

Areas of Emphasis

(What did you set out to accomplish this module?)

Rubric Scores

  • A: End-of-Module Assessment: X
  • B: Individual Work & Projects: X

Module 1 Week 2 Diagnostic

This exercise is intended to help you assess your progress with the concepts and techniques we've covered during the week.

When complete, fill out this form.

For these questions, write a short snippet of code that meets the requirement. In cases where the question mentions a "given" data value, use the variable given to refer to it (instead of re-writing

@NateAnderson1780
NateAnderson1780 / week_3.markdown
Last active May 26, 2016 15:33 — forked from worace/week_3.markdown
Module 1 Week 3 Diagnostic

Module 1 Week 3 Diagnostic

This exercise is intended to help you assess your progress with the concepts and techniques we've covered during the week.

For these questions, write a short snippet of code that meets the requirement. In cases where the question mentions a "given" data value, use the variable given to refer to it (instead of re-writing the information).

@NateAnderson1780
NateAnderson1780 / prework.md
Last active May 8, 2016 20:15 — forked from mbburch/prework.md
Nate Anderson pre-work Gist

Turing School Prework

Task A- Practice Typing:

  • screenshots of scores will be posted in comments

Task B- Algorithmic Thinking & Logic:

  • screenshots of completed sections will be posted in comments

Task C- Create your Gist: