Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
woowacourse-precourse
/
javascript-racingcar-7
Public
Notifications
You must be signed in to change notification settings
Fork
391
Star
0
Code
Issues
0
Pull requests
354
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[자동차 경주] 김강현 미션 제출합니다.
- #454
#454
Open
developer-kanghyun
wants to merge 12 commits into
woowacourse-precourse:main
woowacourse-precourse/javascript-racingcar-7:main
from
developer-kanghyun:developer-kanghyun
developer-kanghyun/javascript-racingcar-7:developer-kanghyun
Copy head branch name to clipboard
Conversation
Commits
12
(12)
Checks
Files changed
Open
[자동차 경주] 김강현 미션 제출합니다.
#454
developer-kanghyun
wants to merge 12 commits into
woowacourse-precourse:main
woowacourse-precourse/javascript-racingcar-7:main
from
developer-kanghyun:developer-kanghyun
developer-kanghyun/javascript-racingcar-7:developer-kanghyun
Copy head branch name to clipboard
Commits
Commits on Oct 28, 2024
docs: README.md파일에 기능목록 작성
developer-kanghyun
committed
b831cf9
View commit details
Copy full SHA for b831cf9
Browse repository at this point
feat: 경주할 자동차의 이름들과 시도할 횟수를 입력받고 배열에 담는다.
developer-kanghyun
committed
9c982fd
View commit details
Copy full SHA for 9c982fd
Browse repository at this point
feat: 자동차의 이름들을 "," 단위로 쪼개어 배열로 만든다.
developer-kanghyun
committed
7d25db8
View commit details
Copy full SHA for 7d25db8
Browse repository at this point
feat: 자동차 객체파일 생성, 생성자와 이름의 유효성을 검사하는 코드를 추가
developer-kanghyun
committed
8f67b07
View commit details
Copy full SHA for 8f67b07
Browse repository at this point
feat: 자동차 배열을 생성하는 util함수 추가, 그 함수를 사용하여 자동차 배열 생성
developer-kanghyun
committed
d6babba
View commit details
Copy full SHA for d6babba
Browse repository at this point
feat: 이중 for문을 돌며 각 횟수/자동차마다 랜덤한 숫자를 생성
developer-kanghyun
committed
dc1d83c
View commit details
Copy full SHA for dc1d83c
Browse repository at this point
feat: 자동차의 거리가 증가하는 함수, 랜덤한 숫자가 4 이상일 시 거리가 증가하도록 하는 함수 추가
developer-kanghyun
committed
a5a0e1e
View commit details
Copy full SHA for a5a0e1e
Browse repository at this point
feat: 랜덤한 숫자를 사용해 숫자 4가 넘으면 전진하도록 한다.
developer-kanghyun
committed
d59952c
View commit details
Copy full SHA for d59952c
Browse repository at this point
feat: 자동차가 주행한 거리를 출력한다
developer-kanghyun
committed
6a3c957
View commit details
Copy full SHA for 6a3c957
Browse repository at this point
feat: 자동차들 중 최장 이동 거리를 구하는 함수를 만든 후 사용하여 최장 이동거리를 구한다.
developer-kanghyun
committed
4941da1
View commit details
Copy full SHA for 4941da1
Browse repository at this point
feat: 승리자들 이름이 담긴 배열을 구하는 함수를 만들고, 사용하여 승리자들의 이름을 구한다
developer-kanghyun
committed
b88ac79
View commit details
Copy full SHA for b88ac79
Browse repository at this point
feat: 승리자들의 이름을 알맞은 포맷에 맞게 만들고 이를 출력한다.
developer-kanghyun
committed
83433b2
View commit details
Copy full SHA for 83433b2
Browse repository at this point
You can’t perform that action at this time.