Re: [python-uk] forgotJS

2019-02-07 Thread Dave C
Thanks guys, good to know it's useful. Pull requests/other ideas for both the main document and testing routines are welcome. Dave On Wed, 6 Feb 2019 at 16:55, andreas cormack cormack < cormacka...@hotmail.com> wrote: > Great info, I always make a mistake between == and === when jumping > between

Re: [python-uk] forgotJS

2019-02-06 Thread andreas cormack cormack
Great info, I always make a mistake between == and === when jumping between python and JS. Andreas > On 6 Feb 2019, at 16:52, Andy Robinson wrote: > > On Wed, 6 Feb 2019 at 16:19, Dave C wrote: >> >> Hi, >> Many Python developers have the need for JavaScript at some point or other >> so I t

Re: [python-uk] forgotJS

2019-02-06 Thread Andy Robinson
On Wed, 6 Feb 2019 at 16:19, Dave C wrote: > > Hi, > Many Python developers have the need for JavaScript at some point or other so > I thought I'd share a link to my project. It's a series of code snippets > intended as a quick read when returning to JavaScript, and many of the > peculiarities