This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Aghaye aziz, | |
Nemidoonam code zir ro chegoone benevisam ta be man in ejaze ra bedahad ta: | |
ba click kardan rooye linkha tasvire tage img avaz shavad. | |
dar vaghe nemidanam chegoone bayad 'index' e marboot be variable haye 'a' (dar halgheye for in) ra be dast avaram. | |
agar rahnamayii befarmayiid sepasgozar khaham bood. | |
~~ | |
<!doctype html> | |
<html lang="en"> | |
<head> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>Random</title> | |
<script type="text/javascript"> | |
//First part: | |
var randomizer = function go (){ | |
console.log(Math.random()); | |
}; |