mdn js code example
Example 1: JS
#JavaScript (JS)
console.log("Hahahahah");
Example 2: indexof js mdn
array.indexOf(searchElement, [initialPoint = 0])
// the indexOf() always returns the first index that the element can be found, else it returns -1
Example 3: mdns javascript
{
"tcp-socket": {},
"udp-socket": {}
}