experiment
24 07 2015
Maks Nemisj | javascript |
Have you ever needed to repeat a string or character multiple times? Some times I have this need ( don’t ask why ) and it was always annoying for me to do this. For such a simple operation, you have to write for loop and concatenate string. I know, there is now repeat available in […]
bit shifting, experiment, javascript
6 07 2010
Maks Nemisj | javascript |
Summary : Do you still believe that there are only public, private and privileged members in JavaScript objects? With JavaScript, you never can be sure. Lego principle As I might have told you, I think that JavaScript is an amazing language. Even so, I would like to repeat it again. It is the ultimate language […]
classes, execution, experiment, javascript, protected, scope