By mitchp
via css.dzone.com
Published: Nov 09 2012 / 08:48
If we run this script, we will see in the console one element of CONF each second. Simple, isn’t it? Now imagine we want to add one new element to the list (let’s say item4). We can easily change the script, stop the execution and run again. But imagine that we cannot stop/start the script as many times as we want. What can we do?.
Add your comment