bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#29798: 24.3; Javascript: Too much indentation with + and -


From: Gavin Haynes
Subject: bug#29798: 24.3; Javascript: Too much indentation with + and -
Date: Thu, 21 Dec 2017 10:50:33 +0000

Perhaps. Anyway, you can get the same behaviour with this code:

console.log(
   -2,
  2
);

On Thu, Dec 21, 2017 at 2:45 AM Dmitry Gutov <dgutov@yandex.ru> wrote:
Hi Gavin,

On 12/21/17 9:53 AM, Gavin Haynes wrote:
> { -2, 2, +2 }

What does this mean in _javascript_? Is this a block with comma-separated
statements?

reply via email to

[Prev in Thread] Current Thread [Next in Thread]