const input = {b:1, a:3, c:2}
The output I’m trying to get is output {a:3,b:1,c:2} in a sequence by creating the object and a function.
Asked in interview
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
const input = {b:1, a:3, c:2}
The output I’m trying to get is output {a:3,b:1,c:2} in a sequence by creating the object and a function.
Asked in interview