Skip to content

This is a little project to practice the use of array methods and manipulation/organization of DOM elements.

License

Notifications You must be signed in to change notification settings

gideonfernandes/dom-array-methods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dom-array-methods

Project

EN: This is a little project to practice the use of array methods and manipulation/organization of DOM elements.

PT-BR: Um pequeno projeto para praticar o uso de métodos de array e manipulação/organização de elementos do DOM.

Specifications

  • Fetch random users from the randomuser.me API
  • Use forEach() to loop and output user/wealth
  • Use map() to double wealth
  • Use filter() to filter only millionaires
  • Use sort() to sort by wealth and by name
  • Use reduce() to add all wealth

Technologies

This project was developed with the following technologies:

  • HTML
  • CSS
  • JavaScript

Preview

preview


License

This project is under the MIT license.

Releases

No releases published

Packages

No packages published