|
|
|
|
|
by orf
2724 days ago
|
|
> Can you explain what Java offers with regard to reflection that JS doesn't? Among hundreds of other things, getting the return type of a method and getting the input parameter names (+ types) in a way that doesn't revolve around literally parsing the functions toString() representation. Oh, and typeof checking that isn't disgustingly broken. |
|
Type information literally doesn't exist at runtime, though. Isn't it kind of ridiculous to compare languages like that?