Skip to content

Martywd23/web-s02-practice-problems

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sprint 2 Practice Problems

Intro

Each subfolder inside this project corresponds to a Learning Objective in your learning platform, and includes an index.html file containing practice problems and a solution.html file containing the solutions.

Setup Instructions

  1. To watch a video demonstration of these instructions, click HERE.
  2. Fork this repository and clone it to a location in your computer you can find easily.
  3. Install the Live Server extension for VSCode.

In order to work on a particular set of practice problems:

  1. Open the repository folder in VSCode.
  2. Locate the subfolder containing the practice problems you wish to work on (E.G. m2-1-2-getting_properties_from_an_object).
  3. Open index.html in your VSCode text editor by left-clicking on the file in VSCode's file Explorer.
  4. Open index.html in your Chrome browser, by right-clicking the file in VSCode's file Explorer and selecting "Open in Live Server".
  5. Code in VSCode, and watch your changes play out in the browser's console (Ctrl + Shift + J on Windows, Cmd + Option + J on MacOS).

If you get stuck:

  1. Check the solution.html file for the practice problems you are working on.

Index of Problems

Module 1 - Git and GitHub

(No code, refer to your learning platform)

Module 2 - Objects and Arrays

  1. Declaring an Object
  2. Getting Properties From an Object
  3. Setting and Deleting Properties
  4. Declaring an Array Literal
  5. Accessing Elements in an Array
  6. Setting Elements in an Array
  7. Working With Array Lengths
  8. Splitting a String Into an Array
  9. Looping Over Array Indices
  10. Looping Over Object Properties
  11. Using the For Loop

Module 3 - Manipulating Arrays

  1. Using the While Loop
  2. Using Push to Add Elements to an Array
  3. Using Pop to Remove Elements From an Array
  4. Obtaining Subarrays With Slice
  5. Using IndexOf to Get the Index of an Element

Module 4 - HTML & CSS II

  1. Targeting HTML With CSS
  2. Learning General CSS Properties
  3. Overwriting User Agent CSS Rules by Utilizing Resets
  4. CSS Selectors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%