Skip to content

Commit db8cc8b

Browse files
committedDec 14, 2016
Move the description to the beginning with the other text
1 parent f05246c commit db8cc8b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed
 

‎coffeescript.html.markdown

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ contributors:
66
filename: coffeescript.coffee
77
---
88

9-
CoffeeScript is a little language that compiles one-to-one into the equivalent JavaScript, and there is no interpretation at runtime.
10-
As one of the successors to JavaScript, CoffeeScript tries its best to output readable, pretty-printed and smooth-running JavaScript code, which works well in every JavaScript runtime.
9+
CoffeeScript is a little language that compiles one-to-one into the equivalent
10+
JavaScript, and there is no interpretation at runtime. As one of the successors
11+
to JavaScript, CoffeeScript tries its best to output readable, pretty-printed
12+
and smooth-running JavaScript code, which works well in every JavaScript runtime.
13+
It also attempts to try and make JavaScript more in line with the trends of many
14+
modern languages.
1115

1216
See also [the CoffeeScript website](http://coffeescript.org/), which has a complete tutorial on CoffeeScript.
1317

1418
```coffeescript
15-
# CoffeeScript is a language which compiles to JavaScript.
16-
# It attempts to try and make JavaScript more in line with the trends of many
17-
# modern languages.
1819
# Comments are similar to Ruby and Python, using the hash symbol `#`
1920

2021
###

0 commit comments

Comments
 (0)