Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Key Features #228

Merged
merged 2 commits into from
Oct 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -365,29 +365,29 @@
"concepts": [],
"key_features": [
{
"title": "Compile to JavaScript",
"content": "Allowing you to use CoffeeScript anywhere JavaScript is used.",
"icon": "web"
"title": "Transpiles to JavaScript",
"content": "Same language, better syntax. Use CoffeeScript anywhere JavaScript is used.",
"icon": "widely-used"
},
{
"title": "Simple syntax",
"content": "CoffeeScript has a simple syntax, inspired by Ruby and Python, that is easy to read and write.",
"icon": "fun"
"title": "Human friendly syntax",
"content": "Inspired by Ruby and Python, CoffeeScript has a simple, readable, and easy-to-use syntax.",
"icon": "easy"
},
{
"title": "Safety features",
"content": "CoffeeScript allows you to check for existence and doesnt have a `var` keyword.",
"icon": "safe"
"title": "Dynamically typed",
"content": "Easy to write, easy to read.",
"icon": "dynamically-typed"
},
{
"title": "Large package ecosystem",
"content": "CoffeeScript can use any JavaScript library or package.",
"content": "CoffeeScript can use any of the 1.3 million+ JavaScript libraries.",
"icon": "tooling"
},
{
"title": "Destructuring assignment",
"content": "Handle multiple return values from a function or multiple properties from an object.",
"icon": "productive"
"title": "Developer happiness",
"content": "Combine JavaScript's power with your happiness",
"icon": "fun"
},
{
"title": "Multi-paradigm",
Expand Down