Skip to content

Commit

Permalink
Added homework for Regular Expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
Minkov committed Jun 5, 2015
1 parent b956085 commit f89db50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 12. Regular Expressions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ _Example:_
| input | output |
| ------------------------------------------------------- | ------------------------------------------ |
| var options = {name: 'John'};<br/> format('Hello, there! Are you #{name}', options); | 'Hello, there! Are you John'|
| ------------------------------------------------------- | ------------------------------------------- |
| var options = {name: 'John',age: 13};<br/>format('My name is #{name} and I am #{age}-years-old',options);|'My name is 'John' and I am 13-years-old' |
| ------------------------------------------------------- | ------------------------------------------ |
| var options = {name: 'John', age: 13};<br/>format('My name is #{name} and I am #{age}-years-old',options);|'My name is 'John' and I am 13-years-old' |

0 comments on commit f89db50

Please sign in to comment.