enter image description here
this is website for challenges in javascript and this problem don’t solving with me
I try to solve this problem but the string ‘a’ don’t want to convert it to a as a key.
I try this code:
-
return {a : b}
-
let obj = {} ; obj[a] = b ; reutrn obj
and don’t work
and trying a lot of crazy coding to solve it but with no result ☺
New contributor
Abd Alrzak Akmik is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2