JavaScript function which takes multiple ids and returns multiple elements
Introduction This tutorial shows how to implement a JavaScript function which takes multiple ids and returns multiple elements. document.getElementById() only supports one name at a time and returns…