Skip to content

Instantly share code, notes, and snippets.

@naitian
Created June 13, 2016 15:43
Show Gist options
  • Save naitian/2e271248ba95c458d601acf3f4931f9f to your computer and use it in GitHub Desktop.
Save naitian/2e271248ba95c458d601acf3f4931f9f to your computer and use it in GitHub Desktop.
Exercises for Dev Tool Lecture

Exercises

  1. Go on the Cubemania website and answer these questions:
  • Click on the 'Users' tab. What type of CSS selector is used to apply the yellow background on hover effect?
  • Search for "naitian" in the search box. Monitor the network traffic. What is/are the query string parameter(s) of the search query? What is/are the value(s) of the parameter? Is this request a GET request or POST request? Why does that make sense?
  1. Visit this wonderful lawn care website: http://kamronsoldozy.github.io
  • Look in the Console. What are some errors? Are any of these errors related to each other?
  • Based on these errors, what part of the home page is broken? What is it supposed to do?
  • How can we fix this?

Bonus) Solve a Rubik's cube in under 30 seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment