codelaboc / hellocodelab

Experimenting with code every other Monday in OC ๐Ÿ”ฌ
https://codelaboc.github.io/hellocodelab
12 stars 2 forks source link

[CodeLab 010] Mon, Dec 5, 2016 #34

Closed kangashley closed 7 years ago

kangashley commented 7 years ago

๐ŸŽ‰ December 5, 2016: CodeLab 010/Open Source Holiday Edition in Session :alembic:

Location: Pro Desk Space (Thanks, @jorggaubmann!)

Attendees: @kangashley @leighphan @svincent @MichelleNicole22 ๐ŸŒŸ @josephkoon ๐ŸŒŸ @greedylan ๐ŸŒŸ @interdigitize (๐ŸŒŸ = first-timer)

Stand Up ๐Ÿ™Œ

Announcements ๐Ÿ“ข

In the Lab ๐Ÿ”ฌ

y = 2
arr = [a, b, c, d]
length = arr.length - 1;
offset = arr.length - y;

Cloning: .splice() to insert and remove items of an array (vs. .slice())

Array.prototype.splice.call(arr)
clone = arr.splice()

Plans for Next Meeting (12/19) + Future ๐Ÿ”ฎ

Look out for "CodeLab" on Meetup to RSVP and invite others. See you next time! ๐Ÿ‘‹