Skip to content
View santosvdw's full-sized avatar
😁
Programming..
😁
Programming..

Highlights

  • Pro
Block or Report

Block or report santosvdw

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
santosvdw/README.md
const me = {
    first_name: "Santos",
    age: new Date().getFullYear() - 2007,
    education: ["Informatica (BSc)", "University of Amsterdam"]
}

const {first_name, age, education} = me

function greeting(name, age, education) {
    console.log(`Hi, I'm ${name} and I'm ${age} years old. Currently I'm studying ${education[0]} at the ${education[1]}. It's nice to meet you!`) 
}

greeting(first_name, age, education)

////

let myStack = ['javascript', 'php', 'laravel', 'html', 'scss', 'css'];

console.log(`This is my stack: ${myStack}`);
Hi, I'm Santos and I'm 17 years old. Currently I'm studying Informatica (BSc) at the University of Amsterdam. It's nice to meet you!
This is my stack: javascript, php, laravel, html, scss, css

Pinned

  1. matsuya matsuya Public

    Deze full-stack website heb ik gemaakt voor een Japans restaurant in Hoorn.

    PHP

  2. pws pws Public

    Onderzoek naar kunstmatige intelligentie en haar invloed op de zorg.

    Jupyter Notebook 1

  3. dash-of-dimensions dash-of-dimensions Public

    GDScript 1 1

  4. epidemic-model epidemic-model Public

    Een weergave van virusverspreiding in netlogo volgens het SIR-model.

    NetLogo 1

  5. stusa stusa Public

    Fullstack webapplicatie waar studenten oefentoetsen kunnen uitwisselen.

    PHP 1