Mithat Konar
A * B
let C equal 0 repeat the following B times: add A to C the desired result is C
<html> <script> var uls = document.getElementsByTagName('ul'); for(var i=0,j=uls.length;i<j;++i){uls[i].setAttribute('class','incremental')} </script> </html>