Välkommen tillbaka till Campusbokhandeln! Vi firar med inlämningskampanj: Lämna in din kurslitteratur – få 150 :- och chansen att vinna 1 000 :-. Läs mer här!
First Lie Wins | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Ashley Elston
- Betyg:
225
kr
Skickas inom 7-14 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"
>
Fler utgåvor
Beskrivning
🔥 Don't be the last to discover the twist that a million readers didn't see coming 🔥
The Sunday Times Thriller of the Month, soon to become a major TV series.
_______________
You meet a stranger at a party. She looks like you. Even has your name.
But she isn't a stranger. She's a warning...
Evie Porter has everything a girl could want: a doting boyfriend and a house with a picket fence. The only catch: Evie Porter doesn't exist.
First comes the identity. Once given a name and location, she learns everything there is to know about the town and the people in it. Then the target: Ryan Sumner.
The last piece of the puzzle is the job. But this job feels different. Ryan has gotten under her skin. And when a woman walks into town using the one thing Evie has been desperate to protect - Evie's real identity - she can't afford to make a mistake. As Evie's past begins to catch up with her, can she stay one step ahead to save her future?
_______________
'One of the best thrillers I've read this year' ANDREA MARA
'Riveting' LUCY FOLEY
'Twisty and exhilarating' THE SUNDAY TIMES
'This has everything you could want in a thriller' REESE WITHERSPOON
The No. 1 New York Times bestseller - January 2024
The Reese Witherspoon Book Club pick
Real readers are GRIPPED:
'A riveting thriller with the same edge-of-your-seat literary rhythm of GONE GIRL' ⭐ ⭐ ⭐ ⭐ ⭐
'Dynamic; terrifically suspenseful' ⭐ ⭐ ⭐ ⭐ ⭐
'Heartpounding. Definitely one of the best books this year' ⭐ ⭐ ⭐ ⭐ ⭐
'Twisty and engaging' ⭐ ⭐ ⭐ ⭐ ⭐
'Suspense fans rejoice: phenomenal' ⭐ ⭐ ⭐ ⭐ ⭐
'Not your ordinary mystery' ⭐ ⭐ ⭐ ⭐ ⭐
'An addictive, wild ride' ⭐ ⭐ ⭐ ⭐ ⭐
'Perfect for a book club' ⭐ ⭐ ⭐ ⭐ ⭐
The Sunday Times Thriller of the Month, soon to become a major TV series.
_______________
You meet a stranger at a party. She looks like you. Even has your name.
But she isn't a stranger. She's a warning...
Evie Porter has everything a girl could want: a doting boyfriend and a house with a picket fence. The only catch: Evie Porter doesn't exist.
First comes the identity. Once given a name and location, she learns everything there is to know about the town and the people in it. Then the target: Ryan Sumner.
The last piece of the puzzle is the job. But this job feels different. Ryan has gotten under her skin. And when a woman walks into town using the one thing Evie has been desperate to protect - Evie's real identity - she can't afford to make a mistake. As Evie's past begins to catch up with her, can she stay one step ahead to save her future?
_______________
'One of the best thrillers I've read this year' ANDREA MARA
'Riveting' LUCY FOLEY
'Twisty and exhilarating' THE SUNDAY TIMES
'This has everything you could want in a thriller' REESE WITHERSPOON
The No. 1 New York Times bestseller - January 2024
The Reese Witherspoon Book Club pick
Real readers are GRIPPED:
'A riveting thriller with the same edge-of-your-seat literary rhythm of GONE GIRL' ⭐ ⭐ ⭐ ⭐ ⭐
'Dynamic; terrifically suspenseful' ⭐ ⭐ ⭐ ⭐ ⭐
'Heartpounding. Definitely one of the best books this year' ⭐ ⭐ ⭐ ⭐ ⭐
'Twisty and engaging' ⭐ ⭐ ⭐ ⭐ ⭐
'Suspense fans rejoice: phenomenal' ⭐ ⭐ ⭐ ⭐ ⭐
'Not your ordinary mystery' ⭐ ⭐ ⭐ ⭐ ⭐
'An addictive, wild ride' ⭐ ⭐ ⭐ ⭐ ⭐
'Perfect for a book club' ⭐ ⭐ ⭐ ⭐ ⭐
Produktinformation
Kategori:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
Förlag:
Gardners Books
Upplaga:
0
Utgiven:
2024-01-02
ISBN:
9781472295323
Sidantal:
384
$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"
>