JSFiddle - React, Tailwind, and code Playground

by karin

JavaScript

var srefLink = [
               { 'overview': "common.companyOverview" },
               { 'newsflow': "common.companyNewsflow" },
               { 'pipeline': "common.companyPipeline" },
               { 'guidance': "common.companyGuidance" },
               { 'valuation': "common.companyValuation" },
               { 'conclusion': "common.companyConclusion" },
               { 'drugs': "common.companyDrugs" },
               { 'pnl': "common.companyPnL" }
            ];
            alert(srefLink[0]);