Update site/content/tutorial/02-reactivity/05-reactivity-and-functions/text.md

Co-authored-by: Howard Chiam <hchiam@users.noreply.github.com>
pull/6641/head
Christopher Olah 5 years ago committed by GitHub
parent ab4868050f
commit 59aa674569
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -13,7 +13,7 @@ let k = 1;
$: y = (x*x+k) * (x*x+k) - k;
```
And want to abstract perhaps it's natural to think of there as being a function `f(x)` with `k` as a global variable:
And you want to abstract it. Perhaps it's natural to think of there being a function `f(x)` with `k` as a global variable:
```js
let x = 0;

Loading…
Cancel
Save