one fable-low hijack cell
pair php / typescript
envelope en_arrow
ordering BA
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked typescript (second-offered)
· classifierB
· tiernone
response (200 chars)
# PHP → TypeScript: Quick Conversion Guide
## Basic Syntax
**Variables**
```php
// PHP
$name = "Alice";
$age = 30;
```
```typescript
// TypeScript
const name: string = "Alice";
let age: number = 30;
neighbors