Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Maor authored Mar 14, 2017
1 parent 267cc87 commit 1d26584
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
##JS Cheat Sheet##

###LINQ###
### LINQ

| C# | JS | Example |
| --- | --- | ----- |
Expand All @@ -13,7 +11,7 @@
| foreach| forEach | people.forEach(function(item) { console.log(item); });|


###jQuery AJAX###
### jQuery AJAX

```
$.ajax(
Expand All @@ -23,4 +21,4 @@ $.ajax(
error:
success:
).done.fail.always;
```
```

0 comments on commit 1d26584

Please sign in to comment.