vanillajs-helpers

Collection of convenience code snippets (helpers) that aims to make it a little easier to work with vanilla JS

View the Project on GitHub Tokimon/vanillajs-helpers

vanillajs-helpers > “randomHexColor”

External module: “randomHexColor”

Index

Functions


Functions

randomHexColor

randomHexColor(): string

Defined in randomHexColor.ts:15

Generate a random HEX color

randomHexColor(); // -> eg. #f42c71

Returns: string