Posts by Matheus Macedo • 135 points
6 posts
-
1
votes1
answer86
viewsQ: Difference between closures and functions
Closures is a Function in Groovy ? There is some difference between them?
-
1
votes1
answer540
viewsQ: Difference between function and anonymity function in Javascript
Hello I doubt what would be the difference between função and função anônima, follows the example of code of the two possibilities . FUNCTION 1 titulo.addEventListener("click"), function(){…
javascriptasked Matheus Macedo 135 -
-1
votes2
answers5452
viewsQ: What does the <aside> tag do in HTML?
I would like to know the function of the tag <aside> and find out if there is any similarity to the tag <nav>, because in the code I’m making I changed aside for nav and there were no…
-
2
votes1
answer1840
viewsQ: lang difference and meta charset in html
Hello, I’m in doubt as to the difference between the definitions <meta lang="pt-br"> and <meta charset="utf-8">. I appreciate the help
-
9
votes3
answers8997
viewsQ: Like saving and getting out on VIM?
I have a problem (I think it’s a problem) in the text editor of vim. When I create a file readme.md and then I take command vim readme.md, open the editor and then the problem begins. When I type…
vimasked Matheus Macedo 135 -
0
votes1
answer340
viewsQ: Insertion Sort in pascal
I have to implement the ordering method Insertion Sort in Pascal. The problem is that in my algorithm I’m having to do several ifs. One for each possibility. I wonder if there is a better method to…