helvede.net is one of the many independent Mastodon servers you can use to participate in the fediverse.
Velkommen til Helvede, fediversets hotteste instance! Vi er en queerfeministisk server, der shitposter i den 9. cirkel. Welcome to Hell, We’re a DK-based queerfeminist server. Read our server rules!

Server stats:

167
active users

#classes

0 posts0 participants0 posts today

Oh my goodness, how did I miss that in ES7 you can use a closure as a method. Goodbye `bind()`, you will not be missed :)

e.g.,

```js
class A {
b = () => console.log(this)
}

const a = new A()
a.b() // A { b: [Function: b] }

const c = a.b
c() // A { b: [Function:b] }
```

Nice! :)

**Edit**: Be careful with this. See this note by @marsup: mastodon.social/@marsup/113799

MastodonMarsup (@marsup@mastodon.social)@aral@mastodon.ar.al Respectfully, this looks like an anti-pattern. `b` won't be part of the prototype, potentially preventing some meta programming, and you're going to get a new `b` for each instance of that class, consuming that much more memory for each instance you hold.

I will be teaching an all levels neon class at Urbanglass December 14th and 15th (not this weekend but the one after). There are still a few spots left open.

Not sure when my next all levels class will be, but my unofficial description for this class is "hippies dancing in a field of flowers".

We will be eschewing the patterns and templates traditionally used in neon fabrication. Instead focusing on learning the basic bends, and then finding interesting sequences of those bends to riff off of.

Join me for a weekend of 11am- 5pm fun with glass tubes, fire and electricity. Leave with a 3D doodle of light and transformer to power it. You wont be cold, and may learn a thing or two.

eventbrite.com/e/pattern-free-

I was just told that sign ups will be closed on Monday (December 9th)

Below are some things I have made without a pattern. I do have a good bit of experience and good access to colored glass so your doodles may look a little different ;)

Wowie zowie! Made it to LA on my California trip! Some photos from a long awaited trip to Museum Of Neon Art in Glendale. If one more person signs up then I will be teaching a neon rainbow weekend class there next weekend (August 12-13th). Thrilled to see all the incredible art work on display at this museum I have heard so much about.
Class signup link here-

store.neonmona.org/collections

#neon#classes#rainbow