This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="de">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
@@ -45,7 +45,8 @@
|
||||
];
|
||||
|
||||
// Your code here
|
||||
|
||||
inventory[1][1][2] -= 5;
|
||||
inventory[1][1][2] = 25;
|
||||
console.log(inventory);
|
||||
/*
|
||||
Expected outcome:
|
||||
|
||||
Reference in New Issue
Block a user