6 lines
126 B
JavaScript
6 lines
126 B
JavaScript
const YearsAndMonthsSince = () => {
|
|
const diff = foo();
|
|
const months = Math.floor(diff.bar());
|
|
return <>{months}</>;
|
|
};
|