Completed exercise 01

easy
This commit is contained in:
NetMan 2023-12-30 15:12:07 +01:00
parent ef856c31a3
commit 703e331a01
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ function troubleshooting() {
// Edit between these lines
// =================================
result = "a" + "b";
result = a + b;
// =================================