Skip to content

blackcj/assignment-unit-4.1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unit 4, Part 1: Function Practice

This unit we'll be pulling together all of the Javascript techniques you've learned thus far as well as practicing with HTML & CSS.

Topics Covered

  • variables
  • arrays
  • conditionals
  • functions
  • HTML & CSS

Assignment - Function Practice

REMINDER: Make sure to answer the Slack discussion question for this week!

Complete the function-practice.js file.

Note that the first problem is completed for you as an example.

In this file you will fill in the missing code to complete the function as described in the comments. (Think of it as similar to fill in the blanks, but we don't show you where the blanks are.) To do this, you may need to add input parameters, return values and/or logic to the function body. For the last few, you'll need to write it all!

After completing each function. Make sure to call (or use) the function in your code (as shown in the example) to test it and make sure it works correctly. For more complex functions, test multiple outcomes to ensure it works correctly in all scenarios.

Assignment Submission

Check in your repo, then turn in your work via the Prime Academy Assignment Application at http://primeacademy.io, as usual and don't hesitate to hit up the Slack channel as needed!

Test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 87.9%
  • HTML 11.4%
  • CSS 0.7%