Skip to content

This is a one-billing application, this website par pass to stoke user billing info with edit, delete, and individual user account info and manage jwt using a cookie with a proxy server the cookie

Notifications You must be signed in to change notification settings

sohagzayan/billing-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task 2 Problem solving

 const rotateLeft = (arr, rotateBy) => {
    for (let i = 0; i < rotateBy; i++) {
    arr.push(arr.shift());
    }
    return arr;
    };

About

This is a one-billing application, this website par pass to stoke user billing info with edit, delete, and individual user account info and manage jwt using a cookie with a proxy server the cookie

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published