# Lunes 2023/03/13
# Summary
ast transformations: warning arguments.callee, translating the spreaad operator, this and functions in JS
# ast-types
En esta clase hablamos de:
- AST transformation: examples
- Warning the use of Old JS arguments.callee
- Translating the ES6 spread operator ... to ES5
- Where the
this
comes from in arrow functions and ordinary functions (opens new window)
# Related labs
Prácticas en curso: