자바스크립트 디버그 썸네일형 리스트형 Blackbird Output all message types log.debug( 'this is a debug message' ); log.info( 'this is an info message' ); log.warn( 'this is a warning message' ); log.error( 'this is an error message' ); Click the block to execute the code Generate test string log.profile( 'generate test string' ); var testContent = ''; for ( var i = 0; i < 3000; i++ ) { testContent += '-'; } log.profile( 'generate test string' ).. 더보기 이전 1 다음