$('div').find('li').each(function (index,element) { })
const a = { name : "홍길동" , age : 30 } $.each(a, function(index,value) { })
const a = [1,2]; $.each(a, function(index,value) { })