Le 07/09/2011 17:33, Felipe Gasper a écrit : > Why does Object.keys() not allow, as an option, iterating through > inherited properties? I do not have the answer to this very question. However, if you want to iterate through all (own and inherited) enumerable properties, you can use a for-in loop. David