This repository was archived by the owner on Jan 14, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 279
Leeds NW5 - Ekrem Teke- JavaScript-Core-1-Week 3 #121
Open
Ekremteke
wants to merge
18
commits into
CodeYourFuture:main
Choose a base branch
from
Ekremteke:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
854cfff
exercise 1 was completed
Ekremteke 9c761aa
exercise B completed without 0
Ekremteke 443be2d
Exercise B was done
Ekremteke 574ebd9
Exercise C was completed
Ekremteke 95fed0a
I have done it but the question should be wrong I will ask
Ekremteke 12f32ce
E exercise1 was done
Ekremteke 88badaa
E exercise2 was done
Ekremteke 0cdc3d7
F exercise was done
Ekremteke 2f3d607
I add "*3" to return to take expected value
Ekremteke 314b725
Mandatory2 was done
Ekremteke ec4418f
mandatory 1 was solved
Ekremteke 3929d8b
Mandatory 3 was done
Ekremteke be9153b
Mandatory 4 was done
Ekremteke 4421120
extra 1 was solved
Ekremteke 48eea55
Extra 3 was completed
Ekremteke 42696ad
I solved a little bit of the task
Ekremteke 8477ea6
extra 2 was completed
Ekremteke b412940
Update 1-weather-report.js
Ekremteke File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "compilerOptions": { | ||
| "target": "esnext", | ||
| "lib": [ | ||
| "esnext" | ||
| ] | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| /// <reference path="c:/Users/tekre/.vscode/extensions/nur.script-0.2.1/@types/api.global.d.ts" /> | ||
| /// <reference path="c:/Users/tekre/.vscode/extensions/nur.script-0.2.1/@types/vscode.global.d.ts" /> | ||
| // @ts-check | ||
| // API: https://code.visualstudio.com/api/references/vscode-api | ||
|
|
||
| function activate(_context) { | ||
| window.showInformationMessage('Hello, World!'); | ||
| } | ||
|
|
||
| function deactivate() {} | ||
|
|
||
| module.exports = { activate, deactivate } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.