Vi flyttar från butik till nätet - så funkar det framåt
The Last Time I Lied | 0:e upplagan
- Pocket, Engelska, 2019
- Författare: Riley Sager
- Betyg:
130
kr
Skickas inom 1-3 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
A NEW YORK TIMES BESTSELLER In the latest thriller from the bestselling author of Final Girls, a young woman returns to her childhood summer camp to uncover the truth about a tragedy that happened there fifteen years ago. Two Truths and a Lie. The girls played it all the time in their cabin at Camp Nightingale. Vivian, Natalie, Allison, and first-time camper Emma Davis, the youngest of the group. But the games ended the night Emma sleepily watched the others sneak out of the cabin into the darkness. The last she--or anyone--saw of them was Vivian closing the cabin door behind her, hushing Emma with a finger pressed to her lips. Now a rising star in the New York art scene, Emma turns her past into paintings--massive canvases filled with dark leaves and gnarled branches that cover ghostly shapes in white dresses. When the paintings catch the attention of Francesca Harris-White, the wealthy owner of Camp Nightingale, she implores Emma to return to the newly reopened camp as a painting instructor. Seeing an opportunity to find out what really happened to her friends all those years ago, Emma agrees. Familiar faces, unchanged cabins, and the same dark lake haunt Nightingale, even though the camp is opening its doors for the first time since the disappearances. Emma is even assigned to the same cabin she slept in as a teenager, but soon discovers a security camera--the only one on the property--pointed directly at its door. Then cryptic clues that Vivian left behind about the camp's twisted origins begin surfacing. As she digs deeper, Emma finds herself sorting through lies from the past while facing mysterious threats in the present. And the closer she gets to the truth about Camp Nightingale and what really happened to those girls, the more she realizes that closure could come at a deadly price.
Om denna bok
The Last Time I Lied av Riley Sager är en Pocket bok med 400 sidor på Engelska. Den utgavs 2019 av Nordiska Bokgrossisten.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Last Time I Lied 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:
Pocket
Språk:
Engelska
ISBN:
9781524743093
Upplaga:
0
Utgiven:
2019-04-02
Förlag:
Nordiska Bokgrossisten
Sidantal:
400
$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"
>