This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Name: Tico Thepsourinthone | |
| # Coder Name: asian_cowboy AKA sweet_n_sour_yeehaw | |
| # Stage 2 Submit: Code Your Own Quiz | |
| fisherman_string = "Jesus Christ was conceived by the ____1____ Spirit and " \ | |
| "was born of the Virgin ____2____ in the town of " \ | |
| "____3____ . His lineage can be traced back to that " \ | |
| "of King ____4____ ." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Drill #1: Wiseperson Generator = https://repl.it/@TicoThepsourint/Wiseperson-generator-drill | |
| Drill #2: Shouter = https://repl.it/@TicoThepsourint/shouter-drill | |
| Drill #3: Text Normalizer = https://repl.it/@TicoThepsourint/text-normalizer-drill |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Drill #1 - Area of a Rectangle: https://repl.it/@TicoThepsourint/area-of-a-rectangle-drill | |
| Drill #2 - Temperature Conversion: https://repl.it/@TicoThepsourint/temperature-conversion-drill | |
| Drill #3 - Is Divsible: https://repl.it/@TicoThepsourint/Is-divisible-drill |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Assignment #3 Logic Drills | |
| Drill #1 - Traffic Lights Drill: https://repl.it/@TicoThepsourint/Traffic-lights-drill | |
| Drill #2 - Error Alert: https://repl.it/@TicoThepsourint/Error-alert-drill-1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Assignment #2 - Array Basics Drills | |
| Drill #1 - Creating Arrays: https://repl.it/@TicoThepsourint/Creating-arrays-drill | |
| Drill #2 - Adding Array Items: https://repl.it/@TicoThepsourint/Adding-array-items-drills | |
| Drill #3 - Accessing Array Items: https://repl.it/@TicoThepsourint/Accessing-array-items-drill | |
| Drill #4 - Array Length and Access: https://repl.it/@TicoThepsourint/Array-length-and-access-drill |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Unit 2 - Programming in JavaScript | |
| Lesson 4 - Arrays and Loops | |
| Assignment 4: Array Method Drills | |
| Drill #1 - Array Copying I: https://repl.it/@TicoThepsourint/Array-copying-I-drill | |
| Drill #2 - Array Copying II: https://repl.it/@TicoThepsourint/Array-copying-II-drill | |
| Drill #3 - Squares with Map: https://repl.it/@TicoThepsourint/Squares-with-map-drill | |
| Drill #4 - Sort: https://repl.it/@TicoThepsourint/Sort-drill | |
| Drill #5 - Filter: https://repl.it/@TicoThepsourint/Filter-drill | |
| Drill #6 - Find: https://repl.it/@TicoThepsourint/Find-drill |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Thinkful | |
| Unit 2 - Programming in JavaScript | |
| Lesson 4 - Arrays and Loops | |
| Assignment 6: Arrays and Loops Drills | |
| Drill #1 - Max/Min (without sort) Drill: https://repl.it/@TicoThepsourint/min-and-max-without-sort-drill | |
| Drill #2 - Compute the Average: https://repl.it/@TicoThepsourint/average-drill | |
| Drill #3 - Fizz Buzz: https://repl.it/@TicoThepsourint/fizzbuzz-drill-js |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Thinkful | |
| Unit 2 - Programming in JavaScript | |
| Lesson 5 - Scope and The Problem with Globals | |
| Assignment 3 - Challenge: In Your Own Words | |
| 1) What is scope? Your explanation should include the idea of “global” vs. “local” scope. | |
| The term “scope” can be described as the set of rules that govern whether or not a | |
| variable can be referenced within different parts of your code or file. In JavaScript, | |
| the two kinds of scope that we deal with as programmers are the “global scope” and the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Thinkful | |
| Unit 2 - Programming in JavaScript | |
| Lesson 6 - Objects | |
| Assignment 2 - Object Drills 1 | |
| Drill #1: Object Creator - https://repl.it/@TicoThepsourint/Object-creator-drill | |
| Drill #2: Object Updater - https://repl.it/@TicoThepsourint/Object-updater-drill | |
| Drill #3: Self Reference - https://repl.it/@TicoThepsourint/Self-reference-drill | |
| Drill #4: Deleting Keys - https://repl.it/@TicoThepsourint/Deleting-keys-drill |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Thinkful | |
| Unit 2 - Programming in JavaScript | |
| Lesson 6 - Objects | |
| Assignment 5 - Objects Drills 2 | |
| Drill #1: Make Student Reports - https://repl.it/@TicoThepsourint/Make-student-reports-drill | |
| Drill #2: Enroll in Summer School - https://repl.it/@TicoThepsourint/Enroll-in-summer-school-drill | |
| Drill #3: Find by ID - https://repl.it/@TicoThepsourint/find-by-id-drill | |
| Drill #4: Validate Object Keys - https://repl.it/@TicoThepsourint/validate-object-keys-drill |
OlderNewer