Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Add nth #19

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Feat: Add nth #19

wants to merge 2 commits into from

Conversation

chaeminseok
Copy link
Contributor

#기능
배열에 해당 인덱스에 해당하는 값을 반환하는 함수입니다.(index값 음수 가능)

#예시

 
_.nth(array, 1);
// => 'b'
 
_.nth(array, -2);
// => 'c';

close #18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: add nth
1 participant