Skip to content
Snippets Groups Projects
Commit 4544e5fc authored by Mikhail.Barash's avatar Mikhail.Barash
Browse files

super minor fix: misprint in comment in line 21 (doesn't affect anything)

parent d9ccd6a5
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ function isDefined<T>(x: string, env: Environment<T>): boolean {
}
function declare<T>(x: string, v: T, env: Environment<T>): void {
// 1. Add a variable represented by the parameter `x` into the environment represented by the parameters `env`.
// 1. Add a variable represented by the parameter `x` into the environment represented by the parameter `env`.
// TODO: YOUR CODE HERE // Hint: You can find which methods to use at: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment