# JavaScript Workshop with Kyle Simpson

DevFeed: [JavaScript Workshop with Kyle Simpson](<https://devfeed.tech/articles/javascript-workshop-with-kyle-simpson-27963.md>)

Original publisher: [Read original article](<https://tech.trivago.com/post/2018-10-15-javascript-workshop-with-kyle-simpson/>)

Author: Daw Chih Liou

Published: 2018-10-15T00:00:00Z

Content type: article

Language: en

Sources: [Trivago](<https://devfeed.tech/sources/trivago.md>)

Topics: [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Functional programming](<https://devfeed.tech/topics/functional-programming.md>), [frontend development](<https://devfeed.tech/topics/frontend-development.md>), [Programming](<https://devfeed.tech/topics/programming.md>)

Tags: [article](<https://devfeed.tech/tags/article.md>), [babel](<https://devfeed.tech/tags/babel.md>), [engineering-culture](<https://devfeed.tech/tags/engineering-culture.md>), [frontend](<https://devfeed.tech/tags/frontend.md>), [frontend-development](<https://devfeed.tech/tags/frontend-development.md>), [functional-programming](<https://devfeed.tech/tags/functional-programming.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [reactive-programming](<https://devfeed.tech/tags/reactive-programming.md>), [webpack](<https://devfeed.tech/tags/webpack.md>), [workshop](<https://devfeed.tech/tags/workshop.md>)

## AI overview

A recap of a five-day JavaScript workshop led by Kyle Simpson at trivago. The workshop covered JavaScript foundations, recent language features, asynchronous programming, functional programming, scope, hoisting, closures, compilation, and execution. The article also discusses applying functional programming and empathetic communication in frontend development.

## Source excerpt

It has been a couple of months since Kyle, author of the "You Don't Know JS" series, visited our trivago headquarters a...