it:ad:jscript:howto:set_properties_of_one_object_with_properties_of_another

IT:AD:JScript:HowTo:Set Properties of one object with properties of another

for (var attrname in obj2) { obj1[attrname] = obj2[attrname]; }

  • /home/skysigal/public_html/data/pages/it/ad/jscript/howto/set_properties_of_one_object_with_properties_of_another.txt
  • Last modified: 2023/11/04 01:46
  • by 127.0.0.1