Skip to content

wdi-atx-10/javascript-challenge-homework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Challenge

For this homework we have some Javascript challenges which will sharpen what you have learned so far. There are two assigned challenge and one bonus challenge.

For this assignment we will complete the Birthday Countdown and the Letter Count problems.

The instructions for both of these activities are located in their respected javascript files.

In the Letter Count Challenge, you should be able to split a string of letters and then be able to count the number of specific letters within that string.

In the Birthday Countdown, we want to be able to input a data and then have a countdown until when that date should be occurring next.

Bonus:

The Fibonacci Sequence is a very common math problem.

https://en.wikipedia.org/wiki/Fibonacci_number

With the starter code fill in the function to complete the Fibonacci sequence up to 100.

Licensing

All content is licensed under a CC­BY­NC­SA 4.0 license. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact legal@ga.co.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%