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

Skip to content

Commit 4913723

Browse files
authored
Update MAKEME.md
1 parent b95c4cb commit 4913723

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Week4/MAKEME.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@
66
Give yourself (or your neighbor) a little tap on the shoulder, you've made it to JS2! :muscle:
77

88
## Step 1: Some Challenges
9-
- https://www.freecodecamp.com/challenges/using-objects-for-lookups
10-
- https://www.freecodecamp.com/challenges/manipulating-complex-objects
11-
- https://www.freecodecamp.com/challenges/convert-json-data-to-html
9+
Let's practise working with Objects and Arrays. Go to FreeCodeCamp and complete all challenges under "Object Oriented and Functional Programming" and the _first four challenges_ under "Basic Algorithm Scripting", up until 'Find the longest word in a string.'
1210

1311
## Step 2: Custom challenge
1412
1. Go to http://www.omdbapi.com/?s=dog and change the word dog in the url to a different common word. You will get as a result, a list of movies with this word in the title. Make sure you get at least 5 results.

0 commit comments

Comments
 (0)