[Javascript] nodeListをArrayに変換

const array_lists = Array.from(document.querySelectorAll('ul > li'))