restructured
This commit is contained in:
@@ -12,4 +12,4 @@ const newStr = JSON.stringify(myList);
|
||||
const newObj = JSON.parse(newStr);
|
||||
newObj.forEach((el)=>{
|
||||
console.log(el);
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user