robkar97
12-19-2008, 05:19 AM
How should I do to remove a property of an Object (I hope that is the right description)?
Eg, I got
var coffee={small:'espresso', medium:'cafe au lait', large:'cappuccino'}
now I would like to remove the "medium" entry... not just filling it will null but removing it altogether. :confused:
Robert
Eg, I got
var coffee={small:'espresso', medium:'cafe au lait', large:'cappuccino'}
now I would like to remove the "medium" entry... not just filling it will null but removing it altogether. :confused:
Robert