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
Accelerator
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 }}
cdm1263
/
javascript-calculator-7
Public
Notifications
You must be signed in to change notification settings
Fork
453
Star
1
Code
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
[문자열 덧셈 계산기] 주아현 미션 제출합니다.
- #3
#3
Open
AHHYUNJU
wants to merge 11 commits into
cdm1263:main
cdm1263/javascript-calculator-7:main
from
AHHYUNJU:AHHYUNJU
AHHYUNJU/javascript-calculator-7:AHHYUNJU
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Open
[문자열 덧셈 계산기] 주아현 미션 제출합니다.
#3
AHHYUNJU
wants to merge 11 commits into
cdm1263:main
cdm1263/javascript-calculator-7:main
from
AHHYUNJU:AHHYUNJU
AHHYUNJU/javascript-calculator-7:AHHYUNJU
Copy head branch name to clipboard
Commits
Commits on Oct 18, 2024
입력 전 문구 출력 및 입력값 저장
AHHYUNJU
committed
ec4836f
View commit details
Copy full SHA for ec4836f
Browse repository at this point
쉼표(,)의 경우 입력받은 문자열의 숫자 합 저장
AHHYUNJU
committed
a39de9f
View commit details
Copy full SHA for a39de9f
Browse repository at this point
콜론(:)의 경우도 포함
AHHYUNJU
committed
c4f757e
View commit details
Copy full SHA for c4f757e
Browse repository at this point
커스텀과 일반 구분자를 if문으로 구분
AHHYUNJU
committed
dfd0a82
View commit details
Copy full SHA for dfd0a82
Browse repository at this point
Commits on Oct 19, 2024
입력문구 출력 후 문자열을 입력받아 변수에 저장
AHHYUNJU
committed
3d53041
View commit details
Copy full SHA for 3d53041
Browse repository at this point
저장된 변수를 매개변수로 하는 sumNumbers 함수 지정
AHHYUNJU
committed
bd8951a
View commit details
Copy full SHA for bd8951a
Browse repository at this point
try~catch 구문을 사용하여 숫자 합산 값을 출력하고, 에러 발생시 메시지 출력 후 에러 발생
AHHYUNJU
committed
5b8fa5b
View commit details
Copy full SHA for 5b8fa5b
Browse repository at this point
입력받은 경우
AHHYUNJU
committed
db96935
View commit details
Copy full SHA for db96935
Browse repository at this point
커스텀 구분자를 가지는 경우(//로 시작하는 경우로 한정)
AHHYUNJU
committed
a461d1a
View commit details
Copy full SHA for a461d1a
Browse repository at this point
(에러 1: \n이 존재하지 않는 경우)
AHHYUNJU
committed
97fe02d
View commit details
Copy full SHA for 97fe02d
Browse repository at this point
Commits on Oct 21, 2024
최종
AHHYUNJU
committed
fe9380f
View commit details
Copy full SHA for fe9380f
Browse repository at this point
You can’t perform that action at this time.