method WebAssembly.Table.prototype.getTable.prototype.get(index: number): Function | nullDeprecatedAccessor function — gets the element stored at a given index. Parametersindex: numberReturn TypeFunction | null