From d0a2dac69f130b5171453ffafd950bed8bdff06b Mon Sep 17 00:00:00 2001 From: Krittin SETDHAVANICH Date: Wed, 19 Jul 2023 09:45:01 +0700 Subject: [PATCH] added Day 2 exercises --- src/constants/Card.jsx | 65 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 64 insertions(+), 1 deletion(-) diff --git a/src/constants/Card.jsx b/src/constants/Card.jsx index d657787..74efe56 100644 --- a/src/constants/Card.jsx +++ b/src/constants/Card.jsx @@ -76,7 +76,70 @@ const cards = [ 'img': '/images/gif/_11.jpg', 'id': 11 }, - /* Day 2 (Ror kon na nong) */ + /* Day 2 */ + { + 'title': 'List index slicing', + 'describe': 'Day 2', + 'link': 'https://elabsheet.org/elab/taskpads/show/up6gn1917z/', + 'img': '/images/gif/_12.jpg', + 'id': 12 + }, + { + 'title': 'List append', + 'describe': 'Day 2', + 'link': 'https://elabsheet.org/elab/taskpads/show/fx04p4brl4/', + 'img': '/images/gif/_13.jpg', + 'id': 13 + }, + { + 'title': 'List pop', + 'describe': 'Day 2', + 'link': 'https://elabsheet.org/elab/taskpads/show/oqbty4k7wn/', + 'img': '/images/gif/_14.jpg', + 'id': 14 + }, + { + 'title': 'Dict add, pop, del, access value', + 'describe': 'Day 2', + 'link': 'https://elabsheet.org/elab/taskpads/show/4uhnohhcqv/', + 'img': '/images/gif/_15.jpg', + 'id': 15 + }, + { + 'title': 'Lists', + 'describe': 'Day 2', + 'link': 'https://elabsheet.org/elab/taskpads/show/gvz93k7487/', + 'img': '/images/gif/_16.jpg', + 'id': 16 + }, + { + 'title': 'Sets', + 'describe': 'Day 2', + 'link': 'https://elabsheet.org/elab/taskpads/show/m4liaiqdl1/', + 'img': '/images/gif/_17.jpg', + 'id': 17 + }, + { + 'title': 'Dictionaries', + 'describe': 'Day 2', + 'link': 'https://elabsheet.org/elab/taskpads/show/pgh2089j1g/', + 'img': '/images/gif/_18.jpg', + 'id': 18 + }, + { + 'title': 'Tuples', + 'describe': 'Day 2', + 'link': 'https://elabsheet.org/elab/taskpads/show/vawr400eej/', + 'img': '/images/gif/_19.jpg', + 'id': 19 + }, + { + 'title': 'List Comprehension', + 'describe': 'Day 2', + 'link': 'https://elabsheet.org/elab/taskpads/show/xp06mu9egz/', + 'img': '/images/gif/_20.jpg', + 'id': 20 + }, /* Day 3 (Ror kon na nong) */ ]