Full stack Web Developer and fiddler. Always eager to learn new things.
Pinned Loading
-
not-reddit
not-reddit PublicNot reddit, it's called Seenit. Discover new things, argue with internet strangers, and hopefully enjoy a couple cat videos along the way. MERN stack with React Hooks.
-
react-portfolio
react-portfolio PublicJacob Stanger, Full Stack Web Developer. Built with React, React hooks to showcase my ability to create a react app AND showcase my other projects.
JavaScript 1
-
Enums with Associated Values
Enums with Associated Values 1enum Activity {
2case bored
3case running(destination: String)
4case talking(topic: String)
5case singing(volume: Int)
-
palindrome.js
palindrome.js 1function checkPalindrome(inputString) {
2return inputString == inputString.split('').reverse().join('');
3}
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.