- ๐ญ I work for OneMedical on the Patient Health Record and COVID Lab Result Processing.
- ๐ฑ Iโm currently learning Machine Learning
- ๐ฌ Ask me about: ๐ชก ๐งต ๐ฅผ ๐จ ๐ฏ๐ต ๐ฎ ๐๐ปโโ๏ธ ๐ณ ๐ต
- ๐ค Iโm looking to collaborate with Graphic Designers, Fashion Writers and Fashion Photographers.
- ๐ซ How to reach me: [email protected]
- ๐ Pronouns: He/Him
- โก Favorite quote: "The flame that burns twice as bright burns half as long."
<template>
<h1>
I love
<span
class="hobby"
v-for="hobby in hobbies"
v-bind:key="hobby">
{{hobby}}
</span>
!
</h1>
</template>
<script>
export default {
data() {
return {
hobbies: ['coding', 'sewing', 'drawing', 'gaming']
};
}
}
</script>
<style>
.hobby:not(:last-child)::after {
content: ',';
}
</style>
While you're here, check out User Agent Parser for Java and show support by leaving a โญ๏ธ