Joined April 2024
·

Joshua Moore

·

How about

function isEmpty(obj){
  return Object.keys(obj).length == 0
}

?

Achievements
1 Karma
0 Total ProTip Views