Write a function called fun which has an object as its parameter and returns the name of properties of that object in an array. For instance, if it receives {a:1,b:3}, as its parameter, it should return [a, b], or if it receives {u:4, k:3, h:5}, it should return [u, k, h].
Answer:(penalty regime: 10, 20, ... %)
Get Answers For Free
Most questions answered within 1 hours.