This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
@@ -40,7 +40,10 @@
|
||||
];
|
||||
|
||||
// Your code here
|
||||
|
||||
inventory.push([
|
||||
['Shelf 1', 'Novels', 40],
|
||||
['Shelf 2', 'Non-fiction', 35],
|
||||
]);
|
||||
console.log(inventory);
|
||||
/* Expected outcome:
|
||||
[
|
||||
@@ -62,8 +65,6 @@
|
||||
],
|
||||
]
|
||||
*/
|
||||
|
||||
// Your code here
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user