String Manipulation Methods

What modern string operation is being performed here?
const text = 'Hello World';
const bytes = new TextEncoder().encode(text);
Next Question (18/20)