TypeScript: you can pass class method as lambda, but it will blow up
TypeScript allows passing class methods to functions that expect a lambda, but it won’t work at runtime. Consider this code: Suppose we have class Calculator like this: We can then […]


![Are Python strings UTF-8? What is the complexity of s[n]?](https://ikriv.com/blog/wp-content/uploads/2025/03/string_encoding_comparison.png)
