Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > it.comp.java > #9305

Re: operatore unario ++

Path csiph.com!aioe.org!.POSTED.K+7xuLkx8SHoAjiJ0QJRmA.user.gioia.aioe.org!not-for-mail
From "Dr.UgoGagliardelli" <do.not.spam@me.please>
Newsgroups it.comp.java
Subject Re: operatore unario ++
Date Mon, 15 Jul 2019 16:08:23 +0200
Organization Aioe.org NNTP Server
Lines 23
Message-ID <qgi1fb$lgj$1@gioia.aioe.org> (permalink)
References <qghl9j$s5s$1@gioia.aioe.org>
NNTP-Posting-Host K+7xuLkx8SHoAjiJ0QJRmA.user.gioia.aioe.org
Mime-Version 1.0
Content-Type text/plain; charset=iso-8859-15; format=flowed
Content-Transfer-Encoding 8bit
X-Complaints-To abuse@aioe.org
User-Agent Mozilla/5.0 (Windows NT 6.3; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.7.2
X-Antivirus Avast (VPS 190715-2, 15/07/2019), Outbound message
X-Antivirus-Status Clean
Content-Language it-IT
X-Notice Filtered by postfilter v. 0.9.2
Xref csiph.com it.comp.java:9305

Show key headers only | View raw


Il 15.07.2019 12.41, Annibale ha scritto:
> <script>
> 
> 
> var n = 9;
> var x = 9;
> 
> n
> ++
> x
> document.write(n +"  " + x);
> 
> 
> </script>
> 
> Stranamente stampa  9  10
> 
> cioè incrementa la x
> 
> Come mai?
> 
> Grazie
Mancano i ; che terminano gli statement.

Back to it.comp.java | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

operatore unario ++ Annibale <vannnnia1991@gmail.com> - 2019-07-15 12:41 +0200
  Re: operatore unario ++ "Dr.UgoGagliardelli" <do.not.spam@me.please> - 2019-07-15 16:08 +0200
    Re: operatore unario ++ Annibale <vannnnia1991@gmail.com> - 2019-07-15 20:06 +0200
      Re: operatore unario ++ "Dr.UgoGagliardelli" <do.not.spam@me.please> - 2019-07-15 20:08 +0200

csiph-web