images to svg
This commit is contained in:
parent
a31e881856
commit
3ba28aa104
734 changed files with 11682 additions and 245 deletions
|
@ -99,7 +99,7 @@ We can easily grasp the concept of a "variable" if we imagine it as a "box" for
|
|||
|
||||
For instance, the variable `message` can be imagined as a box labeled `"message"` with the value `"Hello!"` in it:
|
||||
|
||||

|
||||

|
||||
|
||||
We can put any value in the box.
|
||||
|
||||
|
@ -116,7 +116,7 @@ alert(message);
|
|||
|
||||
When the value is changed, the old data is removed from the variable:
|
||||
|
||||

|
||||

|
||||
|
||||
We can also declare two variables and copy data from one into the other.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue