Re: [flexcoders] *** So you think you know ActionScript? (Read original post first) ***

2009-08-13 Thread Jeffry Houser
Why all the cloak and dagger response stuff? Did you get asked this on an interview? Or are you testing responses to a question you want to ask while interviewing? Dave Glasser wrote: Consider this code snippet: var xml:XML = outerinnernull/inner/outer; var xmlList:XMLList =

Re: [flexcoders] *** So you think you know ActionScript? (Read original post first) ***

2009-08-13 Thread Dave Glasser
wrote: From: Jeffry Houser j...@dot-com-it.com Subject: Re: [flexcoders] *** So you think you know ActionScript? (Read original post first) *** To: flexcoders@yahoogroups.com Date: Thursday, August 13, 2009, 7:50 AM   Why all the cloak and dagger response

Re: [flexcoders] *** So you think you know ActionScript? (Read original post first) ***

2009-08-13 Thread Jeffry Houser
explained, so those who would like to take a crack at it can do so without being influenced by others' answers. --- On *Thu, 8/13/09, Jeffry Houser /j...@dot-com-it.com/* wrote: From: Jeffry Houser j...@dot-com-it.com Subject: Re: [flexcoders] *** So you think you know ActionScript

Re: [flexcoders] *** So you think you know ActionScript? (Read original post first) ***

2009-08-13 Thread Tom Chiverton
On Thursday 13 Aug 2009, Dave Glasser wrote: Neither. It's for amusement only, for anyone who wants to take a crack at it. And the cloak and dagger response stuff, is, as I explained, so those who would like to take a crack at it can do so without being influenced by others' answers. I would

Re: [flexcoders] *** So you think you know ActionScript? (Read original post first) ***

2009-08-12 Thread Paul Andrews
Dave Glasser wrote: Consider this code snippet: var xml:XML = outerinnernull/inner/outer; var xmlList:XMLList = xml.inner; trace(xmlList == null); What does the trace statement output, true or false, and why? Please provide an answer without running the code (of course) and, better yet,

RE: [flexcoders] *** So you think you know ActionScript? (Read original post first) ***

2009-08-12 Thread Tracy Spratt
_ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Paul Andrews Sent: Wednesday, August 12, 2009 9:33 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] *** So you think you know ActionScript? (Read original post first) *** Dave Glasser