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

More By Author:

Check out these other kata created by jacobb

Stats:

CreatedFeb 1, 2014
PublishedFeb 1, 2014
Warriors Trained1673
Total Skips267
Total Code Submissions4916
Total Times Completed905
JavaScript Completions900
Total Stars40
% of votes with a positive feedback rating90% of 127
Total "Very Satisfied" Votes104
Total "Somewhat Satisfied" Votes21
Total "Not Satisfied" Votes2
Ad
Contributors
  • jacobb Avatar
  • Firefly2002 Avatar
Ad