Posts by Wilton Ribeiro • 89 points
6 posts
- 
		0 votes0 answers13 viewsQ: What does "user-credentials" mean in the crossorigin attribute?Looking at the documentation of MDN on the crossorigin attribute it describes how CORS works and what if the attribute anonymous if no user credential will be sent, my question is: What is this user… 
- 
		1 votes1 answer89 viewsQ: How does an asynchronous method behave when executing a synchronous Python method?In Python an asynchronous method is able to run in parallel, but if within it I have a "normal" function, it will also be run asynchronously or from that moment the execution will be "locked" and… 
- 
		2 votes1 answer74 viewsQ: In which cases is the <ins> tag used?One of the HTML formatting tags is the tag <ins>, but all I found out about it is that it serves to mark an inserted text. I want to know more details of that text "inserted" is this, and in… 
- 
		4 votes1 answer63 viewsQ: What is the code convention name for variables that use _?If variables declared as such: var camelCase = ""; follow the pattern camelCase, what is the default name for variables that use the _, as below? ruby_var = "a questão vale 10 pontos =)"… 
- 
		1 votes1 answer131 viewsQ: How to convert a jQuery object to html?Hello, I am trying to create a download button after the page content is deleted. I’m using jQuery to create the button, but I need the html to use as the "Document.write()" parameter. They can… 
- 
		0 votes1 answer39 viewsQ: What javascript:nameFunction(); does?Hello I am Javascript beginner and snooping the code of others I found the following excerpt: javascript:nomeDeFuncao(); What does it do? I’ve seen code like this: nomeDeFuncao(); But this part of "… javascriptasked Wilton Ribeiro 89