Posts by Jonathan Nascimento • 21 points
2 posts
-
1
votes4
answers1194
viewsA: Contents of a JSON in a table cell
Check your browser console when you open the page. If you find an error similar to "Cross origin requests are only supported for Protocol schemes: http..." it is because you are trying to run this…
-
1
votes0
answers35
viewsQ: How to relate all Workspace Javascript as Java?
I want to turn on all the javascript files in my IDE, like we do with Java in Eclipse. I’m trying to do this in Atom or Vscode. Some things I need: I want to link my variables and global functions,…