Skip to content
#

practice-project

Here are 1,248 public repositories matching this topic...

vivek80801
vivek80801 commented Dec 10, 2021

add colors to console.log in javascript projects.

For nodejs:

// This should be red color
console.log("\x1b[31m; %s \x1b[0m", "Hello world");
// for some more colors
for(let i =1; i <10; i++){
   for(let j = 30; j<38; j++){
     for(let k = 40; k<48; k++){
         console.log(`\x1b[${i};${k};${j}m Hello world \x1b[0m`);
        }
       }
    }
good first issue Idea
saramccombs
saramccombs commented Jul 19, 2020

I have always had a list of random resources that I kept on GitHub as a sort of non-browser specific bookmark list.

Thought it would make a great OS project that anyone could contribute to with their own resources.

https://github.com/saramccombs/dev-resources

While I don't have the time at the moment to add it, I thought I'd create an issue to get it added in case someone has time befor

good first issue

Hacktoberfest is a month long event where people are awarded for contributing to open source projects 🙌, and we're joining the party .Hosted by DigitalOcean for the 8th year in a row, Hacktoberfest encourages participation in giving back to the open source community by completing pull requests, participating in events, and donating to open source projects.

  • Updated Jun 21, 2022
  • HTML

Improve this page

Add a description, image, and links to the practice-project topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the practice-project topic, visit your repo's landing page and select "manage topics."

Learn more