Skip to content

Instantly share code, notes, and snippets.

View AELSchauer's full-sized avatar

Ashley Schauer AELSchauer

  • GiveCampus
  • Denver, CO
View GitHub Profile
@AELSchauer
AELSchauer / schauer_portfolio_module_1.md
Last active December 9, 2016 23:50
Ashley Schauer Module 1 Portfolio

Ashley Schauer - M1 Portfolio

Areas of Emphasis

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

Rubric Scores

Fill in how you would grade yourself from 1-4 in the following categories this module:

@AELSchauer
AELSchauer / my-enumerables-cheat-sheet.md
Last active December 11, 2016 01:34
My Enumerable Methods Cheat Sheet

#Iteration Methods

##.each Grabs each item in the array so the declared variable represents the object rather than the value of the object. This is different than iterating through an array by the index.

### .each iteration example
numbers = [1,2,3,4]
numbers.each do |number|
 puts number
@AELSchauer
AELSchauer / prework.md
Last active November 28, 2016 05:49 — forked from mbburch/prework.md
Ashley Schauer Pre-Work

Turing School Prework -- Ashley Schauer

Task A -- Practice Typing

  • See screenshot in comments Done

Task B -- Algorithmic Thinking & Logic

  • See screenshots in comments
  • Concept Quizzes Done
  • Level 1 Done
  • Level 2 Done