images to svg

This commit is contained in:
Ilya Kantor 2019-07-27 15:55:44 +03:00
parent c59069cdb5
commit 63dc4cddd4
28 changed files with 141 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

View file

@ -8,7 +8,6 @@ Using the `if..else` construct, write the code which asks: 'What is the "officia
If the visitor enters "ECMAScript", then output "Right!", otherwise -- output: "Didn't know? ECMAScript!"
![](ifelse_task2.png)
![](ifelse_task2.svg)
[demo src="ifelse_task2"]