Stack Exchange
Stack Overflow
  • Questions
  • Tags
  • Users
  • About
Stack Overflow
    1. Public
    2. Questions
    3. Tags
    4. Users
    5. About

SSM

2,855
reputation
1
3
10
  • Member since May 11 2022
  • 178 profile views
  • Last seen Aug 05 '23 at 16:30

Some of my interesting answers:

TypeScript

  • Why does TS infer the type of an inline function but not that of an external function?
  • Cannot map over items of a const array using [k in number]

Filtering

  • How to find and remove the object key and value in javascript?

Miscelleneous

  • Split a two-dimensional array of specified length
  • Targeting first letter of each word in h1 using javascript
  • Comparison based on valid string combination in javascript
  • How to access the last element of an array using destructuring?
  • Recursively convert an object fields from camelCase to UPPERCASE