Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.javascript > #29728
| From | Martin Honnen <mahotrash@yahoo.de> |
|---|---|
| Newsgroups | comp.lang.javascript |
| Subject | Re: General compute language, syntax question |
| Date | 2016-02-29 15:47 +0100 |
| Organization | Liberty Development |
| Message-ID | <nb1lma$cg6$1@news.albasani.net> (permalink) |
| References | <615c2e25-d8b6-4803-a157-b7ba748d1c71@googlegroups.com> |
jonas.thornvall@gmail.com wrote:
> So what i need is to know howto write "if list/array ***empty*** do {something}"
Does
if (array.length == 0) {
//do something
}
not implement what you want with Javascript?
Back to comp.lang.javascript | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
General compute language, syntax question jonas.thornvall@gmail.com - 2016-02-29 05:45 -0800
Re: General compute language, syntax question jonas.thornvall@gmail.com - 2016-02-29 05:58 -0800
Re: General compute language, syntax question jonas.thornvall@gmail.com - 2016-02-29 06:25 -0800
Re: General compute language, syntax question Ben Bacarisse <ben.usenet@bsb.me.uk> - 2016-02-29 15:11 +0000
Re: General compute language, syntax question Martin Honnen <mahotrash@yahoo.de> - 2016-02-29 15:47 +0100
Re: General compute language, syntax question "Michael Haufe (TNO)" <tno@thenewobjective.com> - 2016-03-02 18:14 -0800
Re: General compute language, syntax question jonas.thornvall@gmail.com - 2016-03-03 00:26 -0800
csiph-web