
CSS
21
Вклад в тег
function closeIt()
{
///Your Function
}
window.onbeforeunload = closeIt;
[8]
[1]
[3]
[[8], [1], [3]]
[1, 3, 7, 8, 5]
[8, 0, 5, 1, 6]
[4, 1, 8, 4, 7]
[[1, 3, 7, 8, 5], [8, 0, 5, 1, 6], [4, 1, 8, 4, 7]]
len(matrix(1,3) is 3 #True
len(matrix(5,3) is 3 #True
len(matrix(5,3) == len(matrix(1,3) #True
for i in range[mat0[0]]
range( mat0[0] )