Skip to content

naveenoxygen/javascript-developer-test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solution

  • Implemented using Promise.all to run requests in parallel
  • Preserves the order of results based on input URLs
  • Maps successful responses to { 'Arnie Quote': message }
  • Maps failed responses to { FAILURE: message }

The solution is designed to be efficient and readable, following common JavaScript async patterns.

About

Solution to Smokeball JavaScript Coding Challenge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%