How to check if value exists in an object in JavaScript?

Let's consider an example which would answer this question var priceOfFood = { pizza: 14, burger 10 } priceOfFood.hasOwnProperty('pizza') // true priceOfFood['pizza'] // 14 priceOfFood.hasOwnProperty('chips') // false priceOfFood['chips'] // undefined in comments we have the returned value.

MC
Answered by Maciej C. Javascript tutor

10572 Views

See similar Javascript Mentoring tutors

Related Javascript Mentoring answers

All answers ▸

What does the following code do and why? console.log(1+"2")


How would you change the background colour of a div with the id "colourme" to purple?


What does the document.onload() function do and why is it useful?


Make button that says how many times it has been clicked.


We're here to help

contact us iconContact ustelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2025

Terms & Conditions|Privacy Policy
Cookie Preferences