-
π Iβm currently working on Tokuku
-
π± Iβm currently learning Flutter
-
π¨βπ» All of my projects are available at https://onejohi.com
-
π I regularly write articles on https://medium.com/@onejohi
-
π¬ Ask me about Vue, JavaScript, Python and C#
-
π« How to reach me tonniewanjohi@gmail.com
-
β‘ Fun fact I love motorcycles and kittens.
π―
Focusing
Highlights
Pinned Loading
-
async-await.js
async-await.js 1var resolveAfter25Seconds = (func) => {
2console.log(`starting a slow promise on: ${func}`)
3return new Promise(resolve => {
4setTimeout(function() {
5resolve(25)
-
javascript.js
javascript.js 1// an absctract representation2class Person {
3constructor(name,email) {
4this.name = name
5this.email = email
-
is_palindrome.js
is_palindrome.js 1//Given an integer x, return true if x is a palindrome, and false otherwise.23const isPalindrome = function(x) {
4if (x !== 0 && x % 10 === 0) {
5return false
-
orders_dashboard
orders_dashboard PublicThis is a fictional e-commerce company that is a single-page Angular application that let's staff list, filter, create, edit, and delete orders. The backend is mocked with json-server.
HTML
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.




