From 4f1fb17b37c28ebb7a3b9c73099cf885c40f91a3 Mon Sep 17 00:00:00 2001 From: Saisaran mummidi <37036297+Sai2421@users.noreply.github.com> Date: Tue, 5 Mar 2019 06:29:47 +0530 Subject: [PATCH] add "()" in line 12 after "parenthesis". (#30846) --- .../javascript/multiply-two-numbers-with-javascript/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/javascript/multiply-two-numbers-with-javascript/index.md b/guide/english/javascript/multiply-two-numbers-with-javascript/index.md index 2876892786..35dce47977 100644 --- a/guide/english/javascript/multiply-two-numbers-with-javascript/index.md +++ b/guide/english/javascript/multiply-two-numbers-with-javascript/index.md @@ -9,4 +9,4 @@ Here is an example: The variable `product` would have a value of `80` after this declaration. -When making calculations, it is possible to use parentheses to prioritise which numbers should be multiplied together. +When making calculations, it is possible to use parentheses `()` to prioritise which numbers should be multiplied together.