JS: Loops for forEach map needs return Objects for of : for(item of Object){} for in Object.values need foreach or map and output will be only the value Object.entries need foreach or map and output will be key + value one by one (good for replacing keys) Previous Post PHP -> Object – Class – Method Next Post JS – DOM Object