If you need any assistance or clarifications please reach us at customersupport@thehindu.co.in

Terminate concurrent session(s)

Are you sure you want to terminate the session(s)?

This is your last free article.
  • Get a 14-day free trial to read 500+ exclusive articles every month Or
    Signup to unlock more articles

       {{ term.price }}

jQuery(document).on("click","#more",function() { jQuery("#more").toggleClass("rotate-img-180"); jQuery("#more").toggleClass("rotate-img-back"); jQuery("#content").toggleClass("none"); }); setTimeout(function(){ myFunction(document.getElementById("highlightnum").innerText);}, 100); function myFunction(number) { const english_ordinal_rules = new Intl.PluralRules("en", { type: "ordinal" }); const suffixes = { one: "st", two: "nd", few: "rd", other: "th" } const suffix = suffixes[english_ordinal_rules.select(number)]; document.getElementById("highlightnum").innerHTML = number + suffix }