underscore.js

utility

underscore.js는 JavaScript의 함수형 프로그래밍을 돕는 유틸리티 라이브러리입니다. 다양한 유용한 헬퍼 함수들을 제공하여 배열, 객체 및 기타 자료형들을 처리할 때 코드를 간결하고 효율적으로 만들어 줍니다.

Latest Ver 1.13.7
Homepage
Github
0
27,386
📢 underscore.js는 배열, 객체 등의 자료 처리를 위한 함수형 프로그래밍 지원 라이브러리입니다.
License: MIT
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.7/underscore-esm-min.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.7/underscore-esm-min.min.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.7/underscore-esm.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.7/underscore-esm.min.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.7/underscore-min.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.7/underscore-min.min.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.7/underscore-umd-min.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.7/underscore-umd-min.min.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.7/underscore-umd.js
https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.7/underscore-umd.min.js

Sample Code

⚠️ import 문을 포함한 일부 코드는 jsFiddle에서 정상 실행되지 않을 수 있습니다. 실행 오류가 발생할 경우 코드 복사 후 직접 실행해보세요.
📄 HTML
<div id='example'>
  <p>Hello</p>
</div>

🧩 External JS
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.13.1/underscore-min.js"></script>

⚙️ JavaScript
var numbers = [1, 2, 3, 4, 5];
var doubled = _.map(numbers, function(num) { return num * 2; });
document.getElementById('example').innerHTML += '<p>Doubled: ' + doubled.join(', ') + '</p>';
⚡ Top Tools for Developers
Text Compare

텍스트 비교

두 텍스트의 차이점을 한눈에 확인하세요.

Favicon Generator

Favicon 생성기

파비콘을 쉽고 빠르게 생성하세요.

Lorem Ipsum Generator

Lorem Ipsum 생성기

디자인을 위한 더미 텍스트를 생성하세요.

Character Counter

글자수 세기

글자 수와 단어 수를 실시간으로 확인하세요.

SRT ↔ SMI

SRT ↔ SMI 변환기

자막 형식을 간편하게 변환합니다.

Text Extract(OCR)

이미지 텍스트 추출

이미지 속 텍스트 자동 추출