6 kyu
Deep Freeze
900 of 905jacobb
Description:
Create a complement to the Object.freeze function, Object.deepFreeze
This method should apply the Object.freeze function to an object and, recursively, all of its properties that are objects.
The freeze operation should prevent objects from being modified.
Recursion
Object-oriented Programming
Fundamentals
Similar Kata:
Stats:
Created | Feb 1, 2014 |
Published | Feb 1, 2014 |
Warriors Trained | 1673 |
Total Skips | 267 |
Total Code Submissions | 4916 |
Total Times Completed | 905 |
JavaScript Completions | 900 |
Total Stars | 40 |
% of votes with a positive feedback rating | 90% of 127 |
Total "Very Satisfied" Votes | 104 |
Total "Somewhat Satisfied" Votes | 21 |
Total "Not Satisfied" Votes | 2 |