Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zevhys/zevhys

Description Status
https://github.com/zevhys/zevhys

profile readme-profile

Last synced: 28 days ago
JSON representation

Description Status

Awesome Lists containing this project

README

        


Welcome To, My Github Profile
Avatar Octocat
Avatar Octocat




Typing SVG

🔖 A Passionate Web Developer based in Indonesia



☘️ Chasing a degree in informatics engineering while exploring the intricacies of coding




🚀 Let's make the virtual world a little more personal!

















                                                                                                                               


my-app/
├─ node_modules/
├─ public/
│ ├─ favicon.ico
│ ├─ index.html
│ ├─ robots.txt
├─ src/
│ ├─ style.css
│ ├─ script.js
├─ .gitignore
├─ package.json
├─ README.md

```js
function prioritizeTasks(tasks) {
tasks.sort((a, b) => a - b);

tasks.forEach(task => {
console.log(`Executing task: ${task}`);
});
}

const tasks = [3, 1, 2];
prioritizeTasks(tasks);
```

  Loading...