HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ryanoptimus

no profile record

comments

ryanoptimus
·2 jaar geleden·discuss
Looks like bongard problems for the referenced problem solving tasks https://en.wikipedia.org/wiki/Bongard_problem
ryanoptimus
·3 jaar geleden·discuss
The argument is the fact it can have additional properties at runtime. In which case does it not make more sense to have Object.keys typed as `(keyof T & string)[]` Where it's typed as the keys but allows for additional string values too?