Posts by JJB • 31 points
4 posts
-
-3
votes1
answer71
views -
2
votes2
answers188
viewsQ: Locate the index of the highest and lowest value of an array
How do I locate the position of the largest and smallest element in a Javascript array? With the reduce I was able to locate the largest and smallest element, but I need to get the position (index)…
-
0
votes1
answer113
viewsQ: Set a select html default field
I would like to know how to leave the first option of a combobox (in html) with the option "Select" And force the user to select at least 1 field in the checkbox. Example: <select…
-
-1
votes2
answers357
viewsQ: What is the difference between override and :base in C#
Good afternoon, I’d like to know the difference between override and :base in C# Is there any difference or has the same function?