var string = ''; for ( prop in Number ) { string += ( prop == 'prototype' ) ? prop: '' } string; PASSED!
