René's URL Explorer Experiment


Title: [오타수정] 9.1 클래스와 기본 문법 getter와 setter 파트 오타 수정 · Issue #1749 · javascript-tutorial/ko.javascript.info · GitHub

Open Graph Title: [오타수정] 9.1 클래스와 기본 문법 getter와 setter 파트 오타 수정 · Issue #1749 · javascript-tutorial/ko.javascript.info

X Title: [오타수정] 9.1 클래스와 기본 문법 getter와 setter 파트 오타 수정 · Issue #1749 · javascript-tutorial/ko.javascript.info

Description: 원문 오타수정 class User { constructor(name) { // setter를 활성화합니다. this.name = name; } *!* get name() { */!* return this._name; } *!* set name(value) { */!* if (value.length < 4) { alert("이름이 너무 짧습니다."); return; } this._name = value; } } let us...

Open Graph Description: 원문 오타수정 class User { constructor(name) { // setter를 활성화합니다. this.name = name; } *!* get name() { */!* return this._name; } *!* set name(value) { */!* if (value.length < 4) { alert("이름이 너무 짧습니다."); ...

X Description: 원문 오타수정 class User { constructor(name) { // setter를 활성화합니다. this.name = name; } *!* get name() { */!* return this._name; } *!* set name(value) { */!* if (value.length < 4) { alert("이름이 너무 짧...

Opengraph URL: https://github.com/javascript-tutorial/ko.javascript.info/issues/1749

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[오타수정] 9.1 클래스와 기본 문법 getter와 setter 파트 오타 수정","articleBody":"## 원문\r\n\u003c!-- \r\n    오타가 난 부분을 작성해주세요.\r\n    사진으로 첨부하시면 더 좋습니다.\r\n --\u003e\r\n \r\n![image](https://github.com/user-attachments/assets/7c2b5dd2-e1fe-4191-bdf7-eee3a5d4c3bd)\r\n\r\n\r\n## 오타수정\r\n```js run\r\nclass User {\r\n  constructor(name) {\r\n    // setter를 활성화합니다.\r\n    this.name = name;\r\n  }\r\n*!*\r\n  get name() {\r\n*/!*\r\n    return this._name;\r\n  }\r\n*!*\r\n  set name(value) {\r\n*/!*\r\n    if (value.length \u003c 4) {\r\n      alert(\"이름이 너무 짧습니다.\");\r\n      return;\r\n    }\r\n    this._name = value;\r\n  }\r\n}\r\n\r\nlet user = new User(\"보라보라\");\r\nalert(user.name); // 보라보라\r\n\r\nuser = new User(\"\"); // 이름이 너무 짧습니다.\r\n```\r\n\r\n## 이슈\r\n\u003c!-- \r\n    그렇게 수정한 이유에 대해 간략하게 적어주세요.\r\n    혹은 관련된 이슈가 있다면 적어주세요.\r\n--\u003e\r\n현재, value.length \u003c 4 조건이 있으므로 기존 \"보라\"를 인자로 전달하면 alert(\"이름이 너무 짧습니다.\");가 실행되어 alert(user.name)이 실행돼도 undefined가 출력됩니다. 따라서, 3을 넘길 수 있는 \"보라보라\"로 간단하게 수정했습니다!\r\n\r\n## Pull Request(PR)를 통해 수정할 의향이 있습니까?\r\n네! 제가 JavaScript를 공부할 때 항상 먼저 찾아보는 자료가 모던 JavaScript였습니다!  \r\n소중히 생각하는 자료에 기여를 할 수 있다면 너무나 영광일 것 같습니다!","author":{"url":"https://github.com/devjaeyoon","@type":"Person","name":"devjaeyoon"},"datePublished":"2024-10-25T11:21:46.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/1749/ko.javascript.info/issues/1749"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:2db61086-37f3-2282-bcbe-c28d0dfe88e0
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idDC16:3F8836:4F7771:6D043B:69727D0C
html-safe-nonceeeef6c84b7d887407cc355ace7c64b8a1e77abc68dedeab57807885fa58e8b44
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJEQzE2OjNGODgzNjo0Rjc3NzE6NkQwNDNCOjY5NzI3RDBDIiwidmlzaXRvcl9pZCI6IjQ3OTA5MTM3Mzg0NDMyMjYzODAiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmacf36e100082bb8c04733f56263d90ee261da24d43664726fb7f6ac78d815ed044
hovercard-subject-tagissue:2613823114
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/javascript-tutorial/ko.javascript.info/1749/issue_layout
twitter:imagehttps://opengraph.githubassets.com/c3ff7569ec312eb1bff6d860b6383390b3bb6ff7b26682fc3d3b49d91b463ace/javascript-tutorial/ko.javascript.info/issues/1749
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/c3ff7569ec312eb1bff6d860b6383390b3bb6ff7b26682fc3d3b49d91b463ace/javascript-tutorial/ko.javascript.info/issues/1749
og:image:alt원문 오타수정 class User { constructor(name) { // setter를 활성화합니다. this.name = name; } *!* get name() { */!* return this._name; } *!* set name(value) { */!* if (value.length < 4) { alert("이름이 너무 짧습니다."); ...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamedevjaeyoon
hostnamegithub.com
expected-hostnamegithub.com
Nonef3cc591a09ecfa43f68be4fde9ec95eccfdf6298db2cd7d08e9eae6c9f833329
turbo-cache-controlno-preview
go-importgithub.com/javascript-tutorial/ko.javascript.info git https://github.com/javascript-tutorial/ko.javascript.info.git
octolytics-dimension-user_id49552305
octolytics-dimension-user_loginjavascript-tutorial
octolytics-dimension-repository_id159097215
octolytics-dimension-repository_nwojavascript-tutorial/ko.javascript.info
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id159097215
octolytics-dimension-repository_network_root_nwojavascript-tutorial/ko.javascript.info
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release208d56d4b5936bcb8a1d3b43096d573261817603
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/javascript-tutorial/ko.javascript.info/issues/1749#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavascript-tutorial%2Fko.javascript.info%2Fissues%2F1749
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fjavascript-tutorial%2Fko.javascript.info%2Fissues%2F1749
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=javascript-tutorial%2Fko.javascript.info
Reloadhttps://github.com/javascript-tutorial/ko.javascript.info/issues/1749
Reloadhttps://github.com/javascript-tutorial/ko.javascript.info/issues/1749
Reloadhttps://github.com/javascript-tutorial/ko.javascript.info/issues/1749
javascript-tutorial https://github.com/javascript-tutorial
ko.javascript.infohttps://github.com/javascript-tutorial/ko.javascript.info
Notifications https://github.com/login?return_to=%2Fjavascript-tutorial%2Fko.javascript.info
Fork 842 https://github.com/login?return_to=%2Fjavascript-tutorial%2Fko.javascript.info
Star 2k https://github.com/login?return_to=%2Fjavascript-tutorial%2Fko.javascript.info
Code https://github.com/javascript-tutorial/ko.javascript.info
Issues 190 https://github.com/javascript-tutorial/ko.javascript.info/issues
Pull requests 64 https://github.com/javascript-tutorial/ko.javascript.info/pulls
Actions https://github.com/javascript-tutorial/ko.javascript.info/actions
Wiki https://github.com/javascript-tutorial/ko.javascript.info/wiki
Security 0 https://github.com/javascript-tutorial/ko.javascript.info/security
Insights https://github.com/javascript-tutorial/ko.javascript.info/pulse
Code https://github.com/javascript-tutorial/ko.javascript.info
Issues https://github.com/javascript-tutorial/ko.javascript.info/issues
Pull requests https://github.com/javascript-tutorial/ko.javascript.info/pulls
Actions https://github.com/javascript-tutorial/ko.javascript.info/actions
Wiki https://github.com/javascript-tutorial/ko.javascript.info/wiki
Security https://github.com/javascript-tutorial/ko.javascript.info/security
Insights https://github.com/javascript-tutorial/ko.javascript.info/pulse
New issuehttps://github.com/login?return_to=https://github.com/javascript-tutorial/ko.javascript.info/issues/1749
New issuehttps://github.com/login?return_to=https://github.com/javascript-tutorial/ko.javascript.info/issues/1749
[오타수정] 9.1 클래스와 기본 문법 getter와 setter 파트 오타 수정https://github.com/javascript-tutorial/ko.javascript.info/issues/1749#top
https://github.com/devjaeyoon
https://github.com/devjaeyoon
devjaeyoonhttps://github.com/devjaeyoon
on Oct 25, 2024https://github.com/javascript-tutorial/ko.javascript.info/issues/1749#issue-2613823114
https://private-user-images.githubusercontent.com/131215937/380134822-7c2b5dd2-e1fe-4191-bdf7-eee3a5d4c3bd.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NjkxMTEwOTcsIm5iZiI6MTc2OTExMDc5NywicGF0aCI6Ii8xMzEyMTU5MzcvMzgwMTM0ODIyLTdjMmI1ZGQyLWUxZmUtNDE5MS1iZGY3LWVlZTNhNWQ0YzNiZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjYwMTIyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI2MDEyMlQxOTM5NTdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02Nzc3YWY3Yjc2MDY1ZmFiYzRiNjg5ZmI1OTQwOTEyN2Y4NmYxMjRiMTgwYTU5MjEyOGVlZjRlNzk2MDlmODE4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.eVauEDJBO59iOxQzkHIcgadus3D6q9cjDqt3tf_cEEw
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.