How to Add array of Div to a content

How to Add array of Div to a content

Can you please let me know how we can add divs to body or other content based on an array size?
for example if I have an array of   var arr = [ " one ", " two ", " three ", " four ", "five" ] how I can add 5 div based on this into body?