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

super minor: fixed comment on line 16 (doesn't affect anything)

parent 7f5c9e53
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ function lookup<T>(x: string, env: Environment<T>): T | undefined {
}
function isDefined<T>(x: string, env: Environment<T>): boolean {
// 1. Return a Boolean value that represents whether an environment specified in parameter `x` has a variable specified in the parameter `x`.
// 1. Return a Boolean value that represents whether an environment specified in parameter `env` has a variable specified in the parameter `x`.
// 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