@@ -75,7 +75,7 @@ In mathematics, the `:=` `=:` and `=` symbols are used for *definition*. The fol
<!-- x = 2kj -->
Code:
In code, we can use `=` to *define* our variables and provide aliases.
```js
varx=2*k*j
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.