Coder Social home page Coder Social logo

waving

Typing SVG

📫 How to reach me [email protected]

My web portfolio: https://my-wan.vercel.app/

⚡ Fun fact Co-Founder & COO @ Thaibioscience Co.,Ltd

🟡 Software Developer @ ODDS| 🟡

function sayHi(
    name: string = "Suwan Khieanpap",
    pronouns: string = "he/him/his",
    currentRole: string = "Software Developer",
    passions: string[] = ["Software Engineering", "Product Engineering", "Infrastructure as Code"]
): string {
    const greeting = `
    ┌───────────────────────────────────┐
    │        Greetings, visitor!        │
    └───────────────────────────────────┘
    Name: ${name}
    Pronouns: ${pronouns}
    Role: ${currentRole}
    Passions: ${passions.join(", ")}

    Have a great day! 😊
    `;
    return greeting;
}

console.log(sayHi());

Chris Bongers's Dev Card

Connect With Me

plustor9.ss wannoonce suwankhp

visitors


rwieruch's github stats

waving

Suwan KHP.'s Projects

advanced_forms_html icon advanced_forms_html

Forms lesson we took a look at basic form creation and some of the tags and attributes available. In this lesson we take a final look at forms with the remaining HTML tags we haven't used for form entry so far, these being the <datalist>, <fieldset>, <legend>, <optgroup>, <option>, <output> and <select> tags.

freecodecamp icon freecodecamp

freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.

javascript-algorithms icon javascript-algorithms

📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.