Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 313ba7f

Browse files
authored
Create README.md
1 parent cc67994 commit 313ba7f

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Week2/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Lecture one
2+
3+
# Covered in class:
4+
5+
## Homework:
6+
* Update your CV:
7+
1. Remove sensitive personal information. You can link to your LinkedIn account for instance if you want people to be able to reach you
8+
2. Look at the feedback from the last module (HTML/CSS) change your CV to reflect this feedback.
9+
3. Validate your html using the W3c Vaidator https://validator.w3.org/
10+
* Complete the following codecamp assignments:
11+
* Start at https://www.freecodecamp.com/challenges/write-reusable-javascript-with-functions
12+
* And make the next couple assignments until your reach: Assignment with a Returned Value
13+
* Add a useful function to your website:
14+
* Write a js feature that follows the following rules
15+
1. It takes user input on a website (look up input fields)
16+
2. It uses that input as parameters for a function
17+
3. The function does something with the parameters and returns a value using 'return'
18+
4. The return value is used on the website.
19+
* For instance: Create a function that allows people to input a certain product they eat or drink every day and then asks how long they expect to live (for instance someone smokes one pack of cigarettes a day and expects to live 25 more years) then they might spend 1 X priceOfPack x 365 x lifeExpectancy euros on that product
20+
* Be creative. If your idea is too complex to finish, don't worry, this exercise is really about trying to write some code yourself and applying what you've learnt.
21+
* Try to solve Unmesh' challenge:
22+
Assignment for “for loops” :
23+
* Print ’n’ lines of a Pascal’s triangle.
24+
* Hand in your homework in Trello

0 commit comments

Comments
 (0)