This repository was archived by the owner on Sep 25, 2020. It is now read-only.

Description
Hi,
https://github.com/sporto/planetproto/blob/master/exercises/010_simple_objects/solution/solution.js
I used the exact solution in the above link
But I am seeing an error.
Providing the error below. Can you tell me how to fix it.
C:\Users\Desktop\node-school\planet-proto\010.js:5
claim(robot.smart, true);
^
ReferenceError: claim is not defined
at Object. (C:\Users\Desktop\node-school\planet-proto\010.js:5:1)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:902:3