.. _$.strict: ================================================ $.strict ================================================ any **strict** Description ----------- Sets or clears strict mode for object modification. When true, any attempt to write to a read-only property causes a runtime error. Some objects do not permit the creation of new properties when true.