[go: nahoru, domu]

Skip to content

Commit

Permalink
docs(odin/foundations/javascript_basics/fundamentals-1.md) - fixing m…
Browse files Browse the repository at this point in the history
…arkdown link (#897)

# Description

Fixing of the incorrect Markdown link under "Ek kaynaklar".

### Checklist

- [x] discord username: `igdiaysu`
- [ ] Closes #
- [ ] PR must be created for an issue from issues under "In progress"
column from [our project
board](https://github.com/orgs/kamp-us/projects/2/views/1).
- [x] A descriptive and understandable title: The PR title should
clearly describe the nature and purpose of the changes. The PR title
should be the first thing displayed when the PR is opened. And it should
follow the semantic commit rules, and should include the
app/package/service name in the title. For example, a title like
"docs(@kampus-apps/pano): Add README.md" can be used.
- [x] Related file selection: Only relevant files should be touched and
no other files should be affected.
- [ ] I ran `npx turbo run` at the root of the repository, and build was
successful.
- [ ] I installed the npm packages using `npm install --save-exact
<package>` so my package is pinned to a specific npm version. Leave
empty if no package was installed. Leave empty if no package was
installed with this PR.

### How were these changes tested?

Please describe the tests you did to test the changes you made. Please
also specify your test configuration.
  • Loading branch information
igdiaysu committed Jun 21, 2024
1 parent c182bbd commit 2300122
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,4 @@ Bu bölüm, bu dersi kendi kendinize anlayıp anlamadığınızı kontrol etmeni
Bu bölüm, diğer içeriklere yardımcı olan faydalı bağlantılar içerir. Zorunlu değildir, ek kaynak olarak düşünün.

- `var` ve `let` arasındaki farklar [javascript.info'nun eski "var" başlıklı bu ingilizce makalesinde](https://javascript.info/var) açıklanmıştır.
- [JavaScript'in ne olduğuna dair bu MDN makalesi] (https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/What_is_JavaScript) bu konuda üst düzeyde biraz daha fazla bilgi vermektedir.
- [JavaScript'in ne olduğuna dair bu MDN makalesi](https://developer.mozilla.org/en-US/docs/Learn/JavaScript/First_steps/What_is_JavaScript) bu konuda üst düzeyde biraz daha fazla bilgi vermektedir.

0 comments on commit 2300122

Please sign in to comment.