+ 1
What are "tagnames" in JavaScript?
3 Réponses
+ 2
Javascript has no tag name!
+ 2
The tagName read-only property of the Element interface returns the tag name of the element on which it's called.
https://developer.mozilla.org/en-US/docs/Web/API/Element/tagName
https://code.sololearn.com/WsYnG8qCLqCQ/?ref=app
+ 1
Like javascript
Variable
If else statement
function
loop
object
array
do while
Etc...