Urgent.News

What's breaking now, across thousands of outlets.

Tech

Adults Season 2s most foul-mouthed scene is also its biggest romantic gesture

"Adults" creators Ben Kronengold and Rebecca Shaw break down Paul Baker's very swear-y quest to help Anton.

Adults Season 2s most foul-mouthed scene is also its biggest romantic gesture

In Adults Season 2, Episode 7 titled "C Alert," Anton (Owen Thiele) unintentionally uses a strong term during a company meeting and the most explicit scene in the series also showcases the most romantic gesture. Anton's co-worker and love interest Paul Baker (Jack Innanen) attempts to normalize the term by announcing it on television talk shows, which results in a heartfelt moment.

Anton expresses his gratitude with a simple "Paul Baker, thank you," accompanied by a meaningful gaze. The episode is described as an "ugly sweet" step in the romance, and while it is risky due to social taboos, it is the most genuine expression of affection for the pair. Adults Season 2 is available on Hulu.

Written by urgent.news from Mashable's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

Read the original at mashable.com →

More in Tech

What Really Happens When React State Changes?

You write this: const [ count , setCount ] = useState ( 0 ); Then the user clicks a button: setCount ( count + 1 ); And your UI changes: Count: 0 to: Count: 1 Simple, right?

  • setState() is called with new state value
  • React prepares to re-render component
  • React updates only necessary DOM parts

More from Saturday 29 August →