Skip to content

manymoneymanny/fullstackJS-techdegree-p2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fullstackJS-techdegree-p2

My second Techdegree — Full Stack JavaScript project

A pagination script with two functions:

  • showPage(list, page) for handling the paging logic
  • appendPageLinks(list) for dynamically adding page links with the necessary 'click' event logic
  • two global variables are declared:
    • students is the collection of items to be paginated
    • studentsPerPage is a constant, the 'maximum' no. of items to be displayed per page

About

My second Techdegree — Full Stack JavaScript project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published