1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-20 06:25:53 +02:00
.profile/jsonresume-theme-custom/scripts/main.js

6 lines
173 B
JavaScript
Raw Normal View History

2022-11-29 10:29:02 +01:00
import { DIVLO_BIRTHDAY, getAge } from '../../utils/getAge.ts'
const yearOld = document.getElementById('year-old')
yearOld.textContent = getAge(DIVLO_BIRTHDAY).toString()