Skip to content

Instantly share code, notes, and snippets.

Drill 1: https://repl.it/@t73designs/Wiseperson-generator-drill
Drill 2: https://repl.it/@t73designs/shouter-drill
Drill 3: https://repl.it/@t73designs/text-normalizer-drill
Drill 1: https://repl.it/@t73designs/Wiseperson-generator-drill
Drill 2: https://repl.it/@t73designs/shouter-drill
Drill 3: https://repl.it/@t73designs/text-normalizer-drill
Drill 1: https://repl.it/@t73designs/Traffic-lights-drill
Drill 2: https://repl.it/@t73designs/Error-alert-drill
Drill 1: https://repl.it/@t73designs/Creating-arrays-drill
Drill 2: https://repl.it/@t73designs/Adding-array-items-drills
Drill 3: https://repl.it/@t73designs/Accessing-array-items-drill
Drill 4: https://repl.it/@t73designs/Array-length-and-access-drill
Drill 1: https://repl.it/@t73designs/Array-copying-I-drill
Drill 2: https://repl.it/@t73designs/Array-copying-II-drill
Drill 3: https://repl.it/@t73designs/Squares-with-map-drill
Drill 4: https://repl.it/@t73designs/Sort-drill
Drill 5: https://repl.it/@t73designs/Filter-drill
What is scope? Your explanation should include the idea of global vs. block scope.
Scope is the area in which a function will look for the variable it is told to manipulate.
It begins very locally within the same function block as the manipulation code.
If it does not find it there it will search next in its parent function.
The function will continue to go up levels in search of the variable until it has fund it or it has gone
all the way through the global scope. If it still has not located the varaible after searching the global scope of the code,
the function will return an error for that command.
Why are global variables avoided?
Quiz App Questions & Answers
Whose catchphrase is 'It's clobberin' time'?
Choices: Thing, Venom, Hulk, Dr. Strange
Correct Answer: Thing
Which of These Villians was a member of the original Sinister Six.
Choices: Scorpion, Magneto, Sentry, Galactus
Correct Answer: Scorpion
@tsimpkins73
tsimpkins73 / Portfolio Headline, Bio, & Project Text
Created June 27, 2019 19:19
Portfolio Headline, Bio, & Project Text for Thinkful Portfolio Module
Headline: Hi, I'm Travis. Welcome to my portfolio!
Bio: I am a front-end developer with 15 years of graphic design experience and a passion for improvement. I am competently proficient in HTML5, CSS, JS, & Jquery. Additionally, being the main source for all things IT in the small businesses I’ve worked for has given me a dedication to documentation and concise and usable communication. I am excited to see how my skills can help you.
Project Text:
Quiz App Project
Quiz App Project Preview
This is a functional quiz app built with HTML5, CSS, Javascript, & Jquery.
Checkout the project here: https://tsimpkins73.github.io/Quiz-App/
@tsimpkins73
tsimpkins73 / Portfolio Desktop Wireframe 1.png
Last active July 2, 2019 02:47
These images are wireframe sketches of my portfolio site
Portfolio Desktop Wireframe 1.png
1. Write an analogy to describe the relationship between clients and servers.
A: This relationship is like the relationship between waiters/waitresses & kitchen staff. The waitstaff interacts with the user to find out what they want to request, then they relay those requests to the kitchen staff who then produce the requests for the waitstaff to present to the user.
Draw a diagram of the request/response cycle. You can draw your diagram by hand and take a photo to add to your Gist, or try out a diagramming tool like Google Drawings or LucidChart (be sure to sign up for the free tier!).