Posts by Alex Alan Nunes • 25 points
2 posts
-
1
votes2
answers110
viewsQ: Loop Javascript for (...)
Talk, you guys, blz? Today I tried to make a Dropzone clone just to test the File and Filereader api. However, I think I’m missing some loop concept. According to the loop interaction, I take the…
-
1
votes2
answers222
viewsQ: What is the difference between this and var within a Javascript class?
tell me which one to use, which ones are used in good programming practices. I write in javascript but I usually use one and the other in the same code... Eae?…