Posts by user178466 • 71 points
3 posts
-
1
votes3
answers14398
viewsQ: How do I create a folder inside my Github repository?
How I create a folder in my repository so I can organize my files and not leave everything in the same repository folder on Github? this can be done by creating the folder using the command line or…
-
3
votes1
answer79
viewsQ: What is the difference between calling a function and returning a function?
I have, for example, a function myFunction() to be called in the element <body> when the event onbeforeunload occur: <!doctype html> <html lang="en"> <head> <meta…
javascriptasked user178466 71 -
1
votes0
answers37
viewsQ: What is the purpose of the abort event?
I found no reference explaining in practice what this event is for (abort), even in the example below: <!doctype html> <html lang="en"> <head> <meta charset="utf-8">…
javascriptasked user178466 71