Skip to content

Quercy-tech/Dev-school-git

Repository files navigation

Welcome to my project


So what will you find here?

Some code:

this.translateText = function(str, operation) {
        let result = '';
        for (let i = 0; i < str.length; i++) {
            const char = str[i];
            const keyChar = this.key[i % this.key.length];
            result += operation(char, keyChar);
        }
        return result;
    }

You'll have a boring awesome time checking out my project!

It consists of 3*2^0 folders! A lot 😄

Want to know more about me? 🤯

Here is my channel https://www.youtube.com/channel/UCCTGAOgYvZjGm5K47XO1G_w! And have a nice day

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published