🌍
Making everyday life better
Software Engineer
- 011011010110000101110100011100100110100101111000
- in/chizoba-jude-ojini
Pinned Loading
-
hmsConverter.js
hmsConverter.js 1const secondsToHms = value => {
2value = Number(value);
3let hr = Math.floor(value / 3600),
4min = Math.floor((value % 3600) / 60),
5sec = Math.floor((value % 3600) % 60);
-
copyToClipboard.js
copyToClipboard.js 1/**
2* @param {string} text the content to copy to clipboard
3* @description copies text to clipboard
4*/
5 -
-
markdown-previewer
markdown-previewer PublicA markdown previewer web app built with reactjs
JavaScript 1
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.