Closed kirandash closed 1 year ago
hi @kirandash I would like to work on that , can you assign it to me..
Thanks @RahulRana701 🙏 for showing your interest! I have now assigned the task to you.
If you need any help, you can comment here or reach me on discord at:
And if you like this project, please do show your support by leaving a star ⭐️ for more visibility
hi @kirandash I have created a pr for this issue..
Thanks for your contribution @RahulRana701 🙏
Please create an MCQA to be added as question number 34.
The multiple choice question should be on the topic "Object literal". The difficulty level should be "Medium/Hard"
Tasks:
Explanation:
Object
is one waySample interview question for inspiration
const tv = "pCode"; let obj3 = { [tv]: 1001 }
Object.defineProperty()
andObject.create()
let obj = { pCode, pName }
: ES6let obj1 = Object.assign({}, obj2) or let obj1 = {...obj2}