Skip to content

thomasbnt/Randomize_letter

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Discord Support me on BMC Twitter Follow

I Integrations

It's just a randomizer of letters.

function Load() {
    let l = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
    const out = l.charAt(Math.floor(Math.random() * l.length)) // Randomize !
    document.getElementById('random').textContent = out // Get ID 'random' for edit the text context
    document.title = out // Edit the title of page
}

Logo

Randomize_letter is a simple script with PWA (Manifest and init.js for install SW) and Service Worker.

II Contributions

Contributions are always welcome! Read the rules for contributions before you can participate.

Please ensure that your pull request complies with the following guidelines:

  • Alphabetize your entry.
  • Look for previous suggestions before making a new one, as yours can be a duplicate.
  • The suggested README files should be beautiful or stand out in some way.
  • Make an individual sweater request request for each suggestion.
  • New categories or improvements to the existing categorization are welcome.
  • Keep descriptions short and simple, but descriptive.
  • Start the description with a capital city and end with a stop / complete period.
  • Check your spelling and grammar.
  • Make sure that your text editor is configured to delete end spaces.

Thank you for your suggestions!