remove linksto lessons from references
This commit is contained in:
@ -44,10 +44,6 @@ num1 = 42
|
||||
* Don't confuse the assignment operator `:=` with the equality operator `=`, which is used to compare values.
|
||||
* You can use the assignment operator `:=` with variables of each of the supported [types](/js/types).
|
||||
|
||||
### Lessons
|
||||
|
||||
[counter](/lessons/counter), [rotation animation](/lessons/rotation-animation), [digital pet](/lessons/digital-pet), [offset image](/lessons/offset-image)
|
||||
|
||||
### See also
|
||||
|
||||
[local variables](/reference/variables/var), [global variables](/js/data), [types](/js/types)
|
||||
|
@ -112,10 +112,6 @@ if (x < 5) {
|
||||
|
||||
See the documentation on [Numbers](/reference/types/number) for more information on comparing two Numbers. You can also [compare strings](/reference/types/string-functions) using the `equals` function.
|
||||
|
||||
### Lessons
|
||||
|
||||
[rotation animation](/lessons/rotation-animation), [digi yoyo](/lessons/digi-yoyo), [love meter](/lessons/love-meter), [zoomer](/lessons/zoomer)
|
||||
|
||||
### See also
|
||||
|
||||
[if](/reference/logic/if), [while](/js/while), [number](/reference/types/number)
|
||||
|
@ -27,10 +27,6 @@ for (let i = 0; i < 10; i++) {
|
||||
}
|
||||
```
|
||||
|
||||
### Lessons
|
||||
|
||||
[jailbreak](/lessons/jailbreak)
|
||||
|
||||
### See also
|
||||
|
||||
[for](/reference/loops/for), [while](/js/while)
|
||||
|
Reference in New Issue
Block a user