Skip to content
View samids's full-sized avatar
🌹
By samids
🌹
By samids

Block or report samids

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
samids/README.md
GitHub StatsTop Languages
HTML5CSS3PHPJavaScriptC#Bash

Example (JS):

const Name = "Dimas", Country = "Russia", Langs = ["JS", "C#"];
let Age = 21;
alert('Hello, my name is ' + Name + '.' + ' Me ' + Age + ' years. I am from ' + Country + ', my favorite languages are: ' + Langs.join(', ') + '.')

Result (alert):

Hello, my name is Dimas. Me 21 years. I am from Russia, my favorite languages are: JS, C#.

@samids's activity is private