mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-13 18:24:39 +02:00
change array comprehension title and add translator
This commit is contained in:
@@ -5,6 +5,7 @@ contributors:
|
|||||||
- ["Xavier Yao", "http://github.com/xavieryao"]
|
- ["Xavier Yao", "http://github.com/xavieryao"]
|
||||||
translators:
|
translators:
|
||||||
- ["Frederik Ring", "https://github.com/m90"]
|
- ["Frederik Ring", "https://github.com/m90"]
|
||||||
|
- ["Philipp Fischbeck", "https://github.com/PFischbeck"]
|
||||||
filename: coffeescript-de.coffee
|
filename: coffeescript-de.coffee
|
||||||
lang: de-de
|
lang: de-de
|
||||||
---
|
---
|
||||||
@@ -75,7 +76,7 @@ race = (winner, runners...) ->
|
|||||||
alert "Hab ich's nicht gesagt?" if elvis?
|
alert "Hab ich's nicht gesagt?" if elvis?
|
||||||
#=> if(typeof elvis !== "undefined" && elvis !== null) { alert("Hab ich's nicht gesagt?"); }
|
#=> if(typeof elvis !== "undefined" && elvis !== null) { alert("Hab ich's nicht gesagt?"); }
|
||||||
|
|
||||||
# Zuordnungen:
|
# Listen-Abstraktion:
|
||||||
cubes = (math.cube num for num in list)
|
cubes = (math.cube num for num in list)
|
||||||
#=>cubes = (function() {
|
#=>cubes = (function() {
|
||||||
# var _i, _len, _results;
|
# var _i, _len, _results;
|
||||||
|
Reference in New Issue
Block a user