Vi flyttar från butik till nätet - så funkar det framåt
Survive the Night | 0:e upplagan
- Häftad, Engelska, 2022
- Författare: Riley Sager
- Betyg:
121
kr
Skickas inom 0-2 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
THE INSTANT NEW YORK TIMES BESTSELLER
One of New York Times Book Review's "summer reads guaranteed to make your heart thump and your skin crawl"; An Amazon Best of the Month Pick; Named a must-read summer book by The Washington Post, USA Today, Vulture, BuzzFeed, Forbes, Entertainment Weekly, CNN, New York Post, Good Housekeeping, E!, PopSugar, CrimeReads, Thrillist, and BookRiot.
It’s November 1991. Nirvana's in the tape deck, George H. W. Bush is in the White House, and movie-obsessed college student Charlie Jordan is in a car with a man who might be a serial killer.
Josh Baxter, the man behind the wheel, is a virtual stranger to Charlie. They met at the campus ride board, each looking to share the long drive home to Ohio. Both have good reasons for wanting to get away. For Charlie, it’s guilt and grief over the shocking murder of her best friend, who became the third victim of the man known as the Campus Killer. For Josh, it’s to help care for his sick father—or so he says.
The longer she sits in the passenger seat, the more Charlie notices there’s something suspicious about Josh, from the holes in his story about his father to how he doesn’t want her to see inside the trunk. As they travel an empty, twisty highway in the dead of night, an increasingly anxious Charlie begins to think she’s sharing a car with the Campus Killer. Is Josh truly dangerous? Or is Charlie’s jittery mistrust merely a figment of her movie-fueled imagination?
One thing is certain—Charlie has nowhere to run and no way to call for help. Trapped in a terrifying game of cat and mouse played out on pitch-black roads and in neon-lit parking lots, Charlie knows the only way to win is to survive the night.
One of New York Times Book Review's "summer reads guaranteed to make your heart thump and your skin crawl"; An Amazon Best of the Month Pick; Named a must-read summer book by The Washington Post, USA Today, Vulture, BuzzFeed, Forbes, Entertainment Weekly, CNN, New York Post, Good Housekeeping, E!, PopSugar, CrimeReads, Thrillist, and BookRiot.
It’s November 1991. Nirvana's in the tape deck, George H. W. Bush is in the White House, and movie-obsessed college student Charlie Jordan is in a car with a man who might be a serial killer.
Josh Baxter, the man behind the wheel, is a virtual stranger to Charlie. They met at the campus ride board, each looking to share the long drive home to Ohio. Both have good reasons for wanting to get away. For Charlie, it’s guilt and grief over the shocking murder of her best friend, who became the third victim of the man known as the Campus Killer. For Josh, it’s to help care for his sick father—or so he says.
The longer she sits in the passenger seat, the more Charlie notices there’s something suspicious about Josh, from the holes in his story about his father to how he doesn’t want her to see inside the trunk. As they travel an empty, twisty highway in the dead of night, an increasingly anxious Charlie begins to think she’s sharing a car with the Campus Killer. Is Josh truly dangerous? Or is Charlie’s jittery mistrust merely a figment of her movie-fueled imagination?
One thing is certain—Charlie has nowhere to run and no way to call for help. Trapped in a terrifying game of cat and mouse played out on pitch-black roads and in neon-lit parking lots, Charlie knows the only way to win is to survive the night.
Om denna bok
Survive the Night av Riley Sager är en Häftad bok med 352 sidor på Engelska. Den utgavs 2022 av The Book Services TBS.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Survive the Night begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Skönlitteratur
Bandtyp:
Häftad
Språk:
Engelska
ISBN:
9780593183182
Upplaga:
0
Utgiven:
2022-08-30
Förlag:
The Book Services TBS
Sidantal:
352
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>