https://github.com/kotru21/kotru21
My GitHub readme:D
https://github.com/kotru21/kotru21
github github-profile-readme github-readme-profile markdown profile profile-readme readme widget
Last synced: 11 months ago
JSON representation
My GitHub readme:D
- Host: GitHub
- URL: https://github.com/kotru21/kotru21
- Owner: kotru21
- Created: 2022-06-03T19:08:33.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-08-01T09:16:27.000Z (11 months ago)
- Last Synced: 2025-08-01T09:46:05.245Z (11 months ago)
- Topics: github, github-profile-readme, github-readme-profile, markdown, profile, profile-readme, readme, widget
- Homepage:
- Size: 13.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hello there :D 👋

```JavaScript
// Here is some info about me:D
const kotru = {
name: "Arsenij Kotikov",
website: "https://kotikov.is-a.dev",
languages: ["JavaScript", "NodeJs", "HTML", "CSS", "Bootstrap", "PHP"],
nowLearning: ["C++", "Python"],
print: function() {
console.log("name:", this.name);
console.log("website:", this.website);
console.log("languages:", this.languages);
console.log("languages, learning:", this.nowLearning);
}
};
kotru.print();
```