Skip to content

Instantly share code, notes, and snippets.

View CodinGitHub's full-sized avatar
❤️
Pasión por el código

CodingTube CodinGitHub

❤️
Pasión por el código
View GitHub Profile
@CodinGitHub
CodinGitHub / gist:35928e9f84c9e15b9348df6f6775688f
Last active October 13, 2025 10:37
Calculadora de hipoteca
export type MortgageType = "Repayment" | "Interest Only";
interface MortgageResult {
monthlyPayment: number;
totalRepay: number;
}
export function calculateMortgage(
amount: number, // Monto del préstamo
years: number, // Plazo en años