PeerSpace - Front End Engineer

Level: Mid-Senior
Education:B.S
Years of Experience:9
Questions Asked:
Write a Javascript function that takes in a letter and repeats it e.g. repeat(‘c’, 4) => ‘cccc’
Write a Javascript function that takes in a word and explodes it explode(‘word’) => ‘w-o-r-d!’
Fetch paginated users API, display users, add load more button, add remove user, add functionality such that if you remove a user, you can undo it