Skip to content

Instantly share code, notes, and snippets.

View tiunov80's full-sized avatar
😀

Pavel Tiunov tiunov80

😀
View GitHub Profile
"use strict";
//----#1
//Треугольник. Напишите цикл, выводит такой треугольник:
//#
//##
//###
//####
//#####
//######
//#######
@tiunov80
tiunov80 / Tasks
Last active August 29, 2015 14:21
"use strict";
// profile
function Profile() {
this.date_created = "4";
this.date_updated = "4";
this.surname = "Tiunov";
this.firstname = "Pavel";
this.patronymic = "Vladimiovich";
this.age = "34";