Skip to content
View CIDR1's full-sized avatar
😿
Studying for my final exams
😿
Studying for my final exams

Block or report CIDR1

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
CIDR1/README.md

$whoami


function aboutMe() {
	const info = {
		name: "Said",
		age: 20,
		isWorking: false,
		langs: ["Arabic", "English", "German"],
		description: "Aspiring software engineer :D",
		skills: ["javascript", "python", "php", "HTML", "CSS", "MongoDB", "MySQL", "Oracle DB", "Git"],
		wantToLearn: ["C++/C", "Rust", "React"],
		website: "cisc.dev",
	};
	const { name, age, isWorking, langs, description, skills, wantToLearn, website } = info;

	return `Hello my name is ${name} and i am ${age}!
    ${description.toUpperCase()}
    ${isWorking ? "Working in a project!" : "Not working in any current project!"}
    I speak 3 lanagauges :D, im fluent in ${langs[0]} AND ${langs[1]}, also im learning ${langs[2]}.
    SKILLS: [${skills.join(", ")}]
    LEARNING: [${wantToLearn.join(", ")}]
    WEBSITE: [${website}]`;
}

console.log(aboutMe());

Popular repositories Loading

  1. CIDR1 CIDR1 Public