Vi flyttar från butik till nätet - så funkar det framåt
Trust Me | 0:e upplagan
- Danskt band, Engelska, 2021
- Författare: T.M. Logan
- Betyg:
109
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
**T.M. LOGAN'S LATEST GRIPPING THRILLER, THE DAUGHTER, IS AVAILABLE NOW IN HARDBACK, EBOOK, AND AUDIO**
The intensely gripping novel from the master of the up-all-night thriller, Sunday Times bestselling author of The Holiday and The Mother.
'Thriller of the year? This is the thriller of the decade' My Weekly
'Everything you want from a thriller, and more' Lesley Kara
____________________________________________
TWO STRANGERS. A CHILD. AND A SPLIT SECOND CHOICE THAT WILL CHANGE EVERYTHING.
The chance encounter
Ellen was just trying to help a stranger. Giving a few minutes respite to a flustered young mother sitting opposite her on the train. A few minutes holding her baby while the woman makes an urgent call.
Five minutes pass.
Ten.
The twist
As the train pulls into a station, Ellen is stunned to see the woman step off the train and rush away down the platform, leaving her baby behind.
Then she discovers a note in the baby's bag, three desperate lines scrawled hastily on a piece of paper:
Please protect Mia
Don't trust the police
Don't trust anyone
WHAT WOULD YOU DO?
'Absorbing and tense, fuelled by a very real sense of jeopardy' Adele Parks
'Logan is undoubtedly the master of the all-too-believable, it-could-happen-to-me story' B.A. Paris
'A brilliant premise, thrillingly executed' JP Delaney, Sunday Times bestselling author of The Girl Before
'Gripping, original, with compelling characters and a great twist!' Jenny Quintana, Sunday Times bestselling author of The Missing Girl
'With a a premise so primal and so gripping it get its hooks into you from the very first page, Logan cements himself as one of, if not the, best thriller novelist writing in the world today' Deborah O' Connor, bestselling author of The Captive
'A hugely entertaining, twisting, propulsive thrill-ride from the consistently brilliant T.M. Logan' Chris Whitaker, bestselling author of We Begin at the End
'I raced through TRUST ME. Totally brilliant. Did not have a clue how it was going to unravel' Heidi Perks, bestselling author of Now You See Her
'Logan is the master of the everyman thriller - real but nightmarish situations that could happen to you. For that reason, and many others, buy Trust Me and be prepared to sacrifice sleep!' Gillian McCallister, Sunday Times bestselling author of How to Disappear
'A meticulously plotted and surprisingly moving story that doesn't let up. Addictive, tense, and packed with twists!' Samantha Downing, Sunday Times bestselling author of My Lovely Wife
The intensely gripping novel from the master of the up-all-night thriller, Sunday Times bestselling author of The Holiday and The Mother.
'Thriller of the year? This is the thriller of the decade' My Weekly
'Everything you want from a thriller, and more' Lesley Kara
____________________________________________
TWO STRANGERS. A CHILD. AND A SPLIT SECOND CHOICE THAT WILL CHANGE EVERYTHING.
The chance encounter
Ellen was just trying to help a stranger. Giving a few minutes respite to a flustered young mother sitting opposite her on the train. A few minutes holding her baby while the woman makes an urgent call.
Five minutes pass.
Ten.
The twist
As the train pulls into a station, Ellen is stunned to see the woman step off the train and rush away down the platform, leaving her baby behind.
Then she discovers a note in the baby's bag, three desperate lines scrawled hastily on a piece of paper:
Please protect Mia
Don't trust the police
Don't trust anyone
WHAT WOULD YOU DO?
'Absorbing and tense, fuelled by a very real sense of jeopardy' Adele Parks
'Logan is undoubtedly the master of the all-too-believable, it-could-happen-to-me story' B.A. Paris
'A brilliant premise, thrillingly executed' JP Delaney, Sunday Times bestselling author of The Girl Before
'Gripping, original, with compelling characters and a great twist!' Jenny Quintana, Sunday Times bestselling author of The Missing Girl
'With a a premise so primal and so gripping it get its hooks into you from the very first page, Logan cements himself as one of, if not the, best thriller novelist writing in the world today' Deborah O' Connor, bestselling author of The Captive
'A hugely entertaining, twisting, propulsive thrill-ride from the consistently brilliant T.M. Logan' Chris Whitaker, bestselling author of We Begin at the End
'I raced through TRUST ME. Totally brilliant. Did not have a clue how it was going to unravel' Heidi Perks, bestselling author of Now You See Her
'Logan is the master of the everyman thriller - real but nightmarish situations that could happen to you. For that reason, and many others, buy Trust Me and be prepared to sacrifice sleep!' Gillian McCallister, Sunday Times bestselling author of How to Disappear
'A meticulously plotted and surprisingly moving story that doesn't let up. Addictive, tense, and packed with twists!' Samantha Downing, Sunday Times bestselling author of My Lovely Wife
Om denna bok
Trust Me av T.M. Logan är en Danskt band bok med 448 sidor på Engelska. Den utgavs 2021.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Trust Me 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:
Danskt band
Språk:
Engelska
ISBN:
9781838772949
Upplaga:
0
Utgiven:
2021-08-05
Förlag:
Okänt
Sidantal:
448
$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"
>