-
Notifications
You must be signed in to change notification settings - Fork 115
2-ui/1-document/07-modifying-document #155
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
738ce13
748294e
3fcaa2c
889f4fd
3d8ca0b
4e40195
0089509
76fd5e7
645b1c8
0de582e
728fca5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2,16 +2,16 @@ importance: 4 | |
|
|
||
| --- | ||
|
|
||
| # Create a calendar | ||
| # Create a calendar | ||
|
|
||
| Write a function `createCalendar(elem, year, month)`. | ||
| Bir işlev(function) yazın: `createCalendar(elem, year, month)`. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sizce fonksiyon işlev olarak mı çevirilmeli? Bu konuda ne düşünüyorsunuz?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @sahinyanlik
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ben aslında fonksiyon kelimesinin doğru olacağını düşünüyorum. Doğruluğundan ziyade kullanım olarak yazılım dünyasında çokça kullanılmakta ve anlam olarak işlevden farklı bir anlam içermekte. Lise yazılım kitaplarında dahi işlev diye çevrilirken görmemiştim. Fonksiyon olarak kullanalım isterseniz. |
||
|
|
||
| The call should create a calendar for the given year/month and put it inside `elem`. | ||
| Çağrı, belirtilen yıl/ay için bir takvim oluşturmalıdır ve onu `elem` içine koymalıdır. | ||
|
|
||
| The calendar should be a table, where a week is `<tr>`, and a day is `<td>`. The table top should be `<th>` with weekday names: the first day should be Monday, and so on till Sunday. | ||
| Takvim, bir haftanın `<tr>` ve bir günün `<td>` olduğu bir tablo olmalıdır. Üst tablo hafta içi isimleriyle `<th>` olmalıdır: ilk gün Pazartesi olmalı, ve Pazar gününe kadar böyle devam etmeli. | ||
|
|
||
| For instance, `createCalendar(cal, 2012, 9)` should generate in element `cal` the following calendar: | ||
| Örneğin, `createCalendar(cal, 2012, 9)`, element `cal`da aşağidaki takvimi oluşturmalıdır. | ||
|
|
||
| [iframe height=210 src="solution"] | ||
|
|
||
| P.S. For this task it's enough to generate the calendar, should not yet be clickable. | ||
| Not(P.S.-PostScript) Bu görev için takvimi oluşturmak yeterlidir, henüz tıklanabilir olmamalıdır. | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
elementler.