error: Uncaught TypeError: 'caller', 'callee', and 'arguments' properties may not be accessed on strict mode functions or the arguments objects for calls to them const answer = o[s];
export function func(o: object, s : string) {
const answer = o[s];
return answer}
export function func(o: object, s : string) {
const answer = o[s];
return answer}
^
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
D
Deno
Chat about Deno, a modern runtime for JavaScript and TypeScript.