Skip to content

Commit

Permalink
docs: remove todos from README fix #282
Browse files Browse the repository at this point in the history
  • Loading branch information
ccarruitero committed Nov 6, 2019
1 parent c8a6835 commit b23664a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,13 +62,6 @@ Include the name `javascripting` and the name of the challenge you're working on

Code contributions welcome! Please check our [documentation on contributing](https://github.com/workshopper/javascripting/blob/master/CONTRIBUTING.md) to get started.

## TODOS:

Add these challenges:

This comment was marked as off-topic.

Copy link
@Amar-Mahdy

Amar-Mahdy May 5, 2020

Create a file named objects.js.

In that file, define a variable named pizza like this:

 const pizza = {  
   toppings: ['cheese', 'sauce', 'pepperoni'],  
   crust: 'deep dish',  
   serves: 2  
 }  

- "FUNCTION RETURN VALUES"
- "THIS"

## License

MIT

0 comments on commit b23664a

Please sign in to comment.