Question d’entretien chez PayPal

How many types or ways of selecting an element with JavaScript

Réponse à la question d'entretien

Utilisateur anonyme

8 juin 2012

Following are the ways I know: document.getElementsByName(); document.getElementById(); document.elements; document.formName.elementName