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
| 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
| 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
| 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
| 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
| # 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____ ." |
NewerOlder