How To count 1 to 10 and in every number wait 5 seconds

How To count 1 to 10 and in every number wait 5 seconds

hi friends, how to do:
count from 1 to 10 and wait 5 seconds, sample:

1
5Seconds
2
5Seconds..
9
5Seconds
10

here i am try to do:
https://jsfiddle.net/jamiguel77/Ld11bnn3/

The count start when user click on button Greeen: "calcular"

immediatly i see an alert and the div green witha 11


how to animate this?

thanks