Posts by Lucas Java • 39 points
3 posts
-
3
votes2
answers181
viewsQ: Can I have multiple thead and tbody inside a single table in HTML5?
I wanted to make a table of this, but I can only have a table tag and I wanted to know if it is semantically right to put several thead and tbody within a single table.…
html5asked Lucas Java 39 -
-4
votes2
answers54
viewsQ: Using JSON files with Javascript on the web
i have a huge array with numerous objects, wondered if I can export to my main JS file? have already done: module.Exports = filename but when I open in the browser appears the error message:…
javascriptasked Lucas Java 39 -
0
votes2
answers408
viewsA: How to identify if a number has been entered in the vector
You can use an arrayList, because it has a method to search for values` import java.util.ArrayList; /** * FindNumber */ public class FindNumber { public static void main(String[] args) {…