configurable and writable NOT represent the same thing.
configurable means property descriptor and existence.
writable means only the value of the property.
The property descriptor contains a value that is enumerable, customizable, and writable.
scenario 1 : creating a property on a job
'use strict';
scenario 2 : creating a property by handle
'use strict';
source share