Interview Help
Interview Preparation
Resume
Job Search
Resources
Subscription
EN
Telegram
Login
Open menu
Interview Help
AI Assistant
Browser Extension
Interview analysis
Resources
Download
FAQ / Help
Interview Preparation
Question Bank
Interview Bank
Mock Interviews
Mentors
Resources
FAQ / Help
Job Search
Job Search Automation
Market Analysis
Jobs from Telegram
Companies
Resources
Careers
Blog
FAQ / Documentation
Telegram Blog
Telegram Support
Legal
Refund
Terms
Privacy
Right holders
Back to questions
Question Bank
Frontend - Developer
Question
Middle+
const S = { id: 1, name: "Ivan", age: "39", tel: [phone] }; function getParam(obj, key) { return obj[key]; } getParam(S, "tel"); getParam(S, "job");
Mark as completed
Previous
Next
const S = { id: 1, name: "Ivan", age: "39", tel… - sobes.tech