All Questions
2 questions
4
votes
1
answer
3k
views
AngularJS recursive function call with $timeout
I have created a recursive function call in AngularJS and just wonder if is there a better way to solve this problem? The code works perfectly.
My code is the following:
...
9
votes
1
answer
634
views
Animate and play sounds in Simon Says 'the Angular way'
I am a newbie coder and I'm trying to learn good coding habits. I'm making a Simon Says game challenge from Free Code Camp in Angular JS.
Codepen
I have an array that keeps random integers between ...