I was looking for a way to add new elements to an an existing object like what push does with arrays
I have tried this and it didn\'t work :
var myF
You can use Extend to add new objects to an existing one.