js code for calculator pi const code example Example: js pi //How to get pi: //Way 1: Pi = 3.14159; //Way 2: Pi = Math.PI;