# indexof **Repository Path**: pi-ka-qiu/indexof ## Basic Information - **Project Name**: indexof - **Description**: indexof element. - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-02 - **Last Updated**: 2024-12-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # indexof indexof the given element. ## Installation $ component install yields/indexof ## Example ```js var ul = document.createElement('ul'); var li = document.createElement('li'); ul.appendChild(document.createElement('li')); ul.appendChild(li); indexof(li); // 1 ``` ## License MIT