Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
uroszajc authored Jan 17, 2025
1 parent 3a86dfc commit 8ad0f47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ function calculatePricing() {
// Calculate total pricing for VMware
const vmwarePrice = vmwarePricing[vmwareProduct] * numCores * duration;

//Calculate the difference
const difference = vmwarePrice - openshiftPrice

// Display the results
const resultDiv = document.getElementById('result');
resultDiv.innerHTML = `
Expand Down

0 comments on commit 8ad0f47

Please sign in to comment.